C# Class System.ComponentModel.PropertyTabAttribute

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

Méthodes publiques

Méthode Description
Equals ( PropertyTabAttribute other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

Returns the hashcode for this object.

PropertyTabAttribute ( ) : System

Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.

PropertyTabAttribute ( Type tabClass ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( Type tabClass, PropertyTabScope tabScope ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( string tabClassName ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

Méthodes protégées

Méthode Description
InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

Private Methods

Méthode Description
InitializeArrays ( string tabClassNames, Type tabClasses, PropertyTabScope tabScopes ) : void

Method Details

Equals() public méthode

public Equals ( PropertyTabAttribute other ) : bool
other PropertyTabAttribute
Résultat bool

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

Returns the hashcode for this object.

public GetHashCode ( ) : int
Résultat int

InitializeArrays() protected méthode

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
tabClasses System.Type
tabScopes PropertyTabScope
Résultat void

InitializeArrays() protected méthode

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void
tabClassNames string
tabScopes PropertyTabScope
Résultat void

PropertyTabAttribute() public méthode

Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.

public PropertyTabAttribute ( ) : System
Résultat System

PropertyTabAttribute() public méthode

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( Type tabClass ) : System
tabClass System.Type
Résultat System

PropertyTabAttribute() public méthode

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( Type tabClass, PropertyTabScope tabScope ) : System
tabClass System.Type
tabScope PropertyTabScope
Résultat System

PropertyTabAttribute() public méthode

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( string tabClassName ) : System
tabClassName string
Résultat System

PropertyTabAttribute() public méthode

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

public PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System
tabClassName string
tabScope PropertyTabScope
Résultat System