PropertyTabAttribute.InitializeArrays メソッド

定義

属性を初期化します。

オーバーロード

InitializeArrays(String[], PropertyTabScope[])

タブ クラスの名前とタブのスコープの配列を指定して、属性を初期化します。

InitializeArrays(Type[], PropertyTabScope[])

タブ クラスの名前とタブのスコープの配列を指定して、属性を初期化します。

InitializeArrays(String[], PropertyTabScope[])

ソース:
PropertyTabAttribute.cs
ソース:
PropertyTabAttribute.cs
ソース:
PropertyTabAttribute.cs

タブ クラスの名前とタブのスコープの配列を指定して、属性を初期化します。

protected:
 void InitializeArrays(cli::array <System::String ^> ^ tabClassNames, cli::array <System::ComponentModel::PropertyTabScope> ^ tabScopes);
protected void InitializeArrays (string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes);
protected void InitializeArrays (string[]? tabClassNames, System.ComponentModel.PropertyTabScope[]? tabScopes);
member this.InitializeArrays : string[] * System.ComponentModel.PropertyTabScope[] -> unit
Protected Sub InitializeArrays (tabClassNames As String(), tabScopes As PropertyTabScope())

パラメーター

tabClassNames
String[]

[プロパティ] ウィンドウのタブに対して作成する型の完全修飾型名の配列。

tabScopes
PropertyTabScope[]

各タブのスコープ。スコープが Component の場合、タブは対応する PropertyTabAttribute を持つコンポーネントに対してだけ表示されます。 Document の場合は、ドキュメント上のすべてのコンポーネントに対して表示されます。

例外

tabScopes 内の値に、Document または Component のいずれでもないものがあります。

- または -

tabClassNames 配列と tabScopes 配列の長さが違います。

- または -

tabClassNames または tabScopesnull です。

注釈

InitializeArrays は、これが PropertyTabAttribute 指定するタブ クラスの型を設定するために使用できるユーティリティ関数を提供します。

適用対象

InitializeArrays(Type[], PropertyTabScope[])

ソース:
PropertyTabAttribute.cs
ソース:
PropertyTabAttribute.cs
ソース:
PropertyTabAttribute.cs

タブ クラスの名前とタブのスコープの配列を指定して、属性を初期化します。

protected:
 void InitializeArrays(cli::array <Type ^> ^ tabClasses, cli::array <System::ComponentModel::PropertyTabScope> ^ tabScopes);
protected void InitializeArrays (Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes);
protected void InitializeArrays (Type[]? tabClasses, System.ComponentModel.PropertyTabScope[]? tabScopes);
member this.InitializeArrays : Type[] * System.ComponentModel.PropertyTabScope[] -> unit
Protected Sub InitializeArrays (tabClasses As Type(), tabScopes As PropertyTabScope())

パラメーター

tabClasses
Type[]

作成するタブの型。

tabScopes
PropertyTabScope[]

各タブのスコープ。スコープが Component の場合、タブは対応する PropertyTabAttribute を持つコンポーネントに対してだけ表示されます。 Document の場合は、ドキュメント上のすべてのコンポーネントに対して表示されます。

例外

tabScopes 内の値に、Document または Component のいずれでもないものがあります。

- または -

tabClassNames 配列と tabScopes 配列の長さが違います。

- または -

tabClassNames または tabScopesnull です。

注釈

InitializeArrays は、これが PropertyTabAttribute 指定するタブ クラスの型を設定するために使用できるユーティリティ関数を提供します。

適用対象