PropertyTabAttribute.TabClasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the types of tabs that this attribute uses.
public:
property cli::array <Type ^> ^ TabClasses { cli::array <Type ^> ^ get(); };
public Type[] TabClasses { get; }
member this.TabClasses : Type[]
Public ReadOnly Property TabClasses As Type()
Property Value
Type[]
An array of types indicating the types of tabs that this attribute uses.
Exceptions
The types specified by the TabClassNames property could not be found.
Remarks
All specified types must be able to be assigned to a PropertyTab.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.