C# Класс System.ComponentModel.Design.HelpKeywordAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default HelpKeywordAttribute

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Two instances of a HelpKeywordAttribute are equal if they're HelpKeywords are equal.
public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

HelpKeywordAttribute() публичный Метод

Default constructor, which creates an attribute with a null HelpKeyword.
public HelpKeywordAttribute ( ) : System
Результат System

HelpKeywordAttribute() публичный Метод

Creates a HelpKeywordAttribute with the value being the full name of the given type.
public HelpKeywordAttribute ( Type t ) : System
t System.Type
Результат System

HelpKeywordAttribute() публичный Метод

Creates a HelpKeywordAttribute with the value being the given keyword string.
public HelpKeywordAttribute ( string keyword ) : System
keyword string
Результат System

IsDefaultAttribute() публичный Метод

Returns true if this Attribute's HelpKeyword is null.
public IsDefaultAttribute ( ) : bool
Результат bool

Описание свойств

Default публичное статическое свойство

Default value for HelpKeywordAttribute, which is null.
public static HelpKeywordAttribute,System.ComponentModel.Design Default
Результат HelpKeywordAttribute