StyleCollection.CreateKnownType(Int32) メソッド

定義

Style メソッドから返される単一要素のコレクションに基づいて、GetKnownTypes() クラスのインスタンスを作成します。

protected:
 override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object

パラメーター

index
Int32

GetKnownTypes() から返される型の順序付きリストから作成する IStateManager オブジェクトの型のインデックス。 GetKnownTypes()StyleCollection メソッドは 1 つの型だけを含むリストを返すため、入力 index は無視されます。

戻り値

Style クラスのインスタンス。

適用対象

こちらもご覧ください