C# 클래스 System.ComponentModel.PropertyTabAttribute

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

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
InitializeArrays ( string tabClassNames, Type tabClasses, PropertyTabScope tabScopes ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( PropertyTabAttribute other ) : bool
other PropertyTabAttribute
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

Returns the hashcode for this object.

public GetHashCode ( ) : int
리턴 int

InitializeArrays() 보호된 메소드

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

protected InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
tabClasses System.Type
tabScopes PropertyTabScope
리턴 void

InitializeArrays() 보호된 메소드

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

protected InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void
tabClassNames string
tabScopes PropertyTabScope
리턴 void

PropertyTabAttribute() 공개 메소드

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
리턴 System

PropertyTabAttribute() 공개 메소드

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
리턴 System

PropertyTabAttribute() 공개 메소드

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
리턴 System

PropertyTabAttribute() 공개 메소드

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

public PropertyTabAttribute ( string tabClassName ) : System
tabClassName string
리턴 System

PropertyTabAttribute() 공개 메소드

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
리턴 System