C# Class System.ComponentModel.Design.HelpKeywordAttribute

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

Méthodes publiques

Свойство Type Description
Default HelpKeywordAttribute

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Two instances of a HelpKeywordAttribute are equal if they're HelpKeywords are equal.

GetHashCode ( ) : int

HelpKeywordAttribute ( ) : System

Default constructor, which creates an attribute with a null HelpKeyword.

HelpKeywordAttribute ( Type t ) : System

Creates a HelpKeywordAttribute with the value being the full name of the given type.

HelpKeywordAttribute ( string keyword ) : System

Creates a HelpKeywordAttribute with the value being the given keyword string.

IsDefaultAttribute ( ) : bool

Returns true if this Attribute's HelpKeyword is null.

Method Details

Equals() public méthode

Two instances of a HelpKeywordAttribute are equal if they're HelpKeywords are equal.
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HelpKeywordAttribute() public méthode

Default constructor, which creates an attribute with a null HelpKeyword.
public HelpKeywordAttribute ( ) : System
Résultat System

HelpKeywordAttribute() public méthode

Creates a HelpKeywordAttribute with the value being the full name of the given type.
public HelpKeywordAttribute ( Type t ) : System
t System.Type
Résultat System

HelpKeywordAttribute() public méthode

Creates a HelpKeywordAttribute with the value being the given keyword string.
public HelpKeywordAttribute ( string keyword ) : System
keyword string
Résultat System

IsDefaultAttribute() public méthode

Returns true if this Attribute's HelpKeyword is null.
public IsDefaultAttribute ( ) : bool
Résultat bool

Property Details

Default public_oe static_oe property

Default value for HelpKeywordAttribute, which is null.
public static HelpKeywordAttribute,System.ComponentModel.Design Default
Résultat HelpKeywordAttribute