C# 클래스 System.ComponentModel.Design.HelpKeywordAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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