PropertyTabAttribute.TabClasses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個屬性使用的索引標籤型別。
public:
property cli::array <Type ^> ^ TabClasses { cli::array <Type ^> ^ get(); };
public Type[] TabClasses { get; }
member this.TabClasses : Type[]
Public ReadOnly Property TabClasses As Type()
屬性值
Type[]
型別的陣列,表示這個屬性使用的索引標籤型別。
例外狀況
找不到 TabClassNames 屬性所指定的型別。
備註
所有指定的型別都必須能夠指定給 PropertyTab。