Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​HelpKeywordAttribute

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → HelpKeywordAttribute

Specifies the context keyword for a class or member. This class cannot be inherited.

Fields and Constants

public static readonly HelpKeywordAttribute
Default
Represents the default value for <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> . This field is read-only.

Properties

public string
HelpKeyword
Gets the Help keyword supplied by this attribute.
public object
TypeId

Methods

public bool
Equals​(object obj)
Determines whether two <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> instances are equal.
Returns <see langword="true" /> if the specified <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> is equal to the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> ; otherwise, <see langword="false" /> .
obj The <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> to compare with the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> .
public int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> .
public bool
IsDefaultAttribute​()
Determines whether the Help keyword is <see langword="null" /> .
Returns <see langword="true" /> if the Help keyword is <see langword="null" /> ; otherwise, <see langword="false" /> .
public bool
Match​(object obj)
Inherited from Attribute
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object