C# Class System.ComponentModel.DesignOnlyAttribute

Inheritance: Attribute
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
Default DesignOnlyAttribute
No DesignOnlyAttribute
Yes DesignOnlyAttribute

Méthodes publiques

Méthode Description
DesignOnlyAttribute ( bool isDesignOnly )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Method Details

DesignOnlyAttribute() public méthode

public DesignOnlyAttribute ( bool isDesignOnly )
isDesignOnly bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

Property Details

Default public_oe static_oe property

public static DesignOnlyAttribute,System.ComponentModel Default
Résultat DesignOnlyAttribute

No public_oe static_oe property

public static DesignOnlyAttribute,System.ComponentModel No
Résultat DesignOnlyAttribute

Yes public_oe static_oe property

public static DesignOnlyAttribute,System.ComponentModel Yes
Résultat DesignOnlyAttribute