C# Class System.ComponentModel.DesignerCategoryAttribute

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

Méthodes publiques

Свойство Type Description
Component DesignerCategoryAttribute
Default DesignerCategoryAttribute
Form DesignerCategoryAttribute
Generic DesignerCategoryAttribute

Méthodes publiques

Méthode Description
DesignerCategoryAttribute ( )
DesignerCategoryAttribute ( string category )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Method Details

DesignerCategoryAttribute() public méthode

DesignerCategoryAttribute() public méthode

public DesignerCategoryAttribute ( string category )
category string

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

Component public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Component
Résultat DesignerCategoryAttribute

Default public_oe static_oe property

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

Form public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Form
Résultat DesignerCategoryAttribute

Generic public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Generic
Résultat DesignerCategoryAttribute