StyleCollection.CreateKnownType(Int32) Method

Definition

Creates an instance of the Style class, based on the single element collection returned by the GetKnownTypes() method.

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

Parameters

index
Int32

The index, from the ordered list of types returned by GetKnownTypes(), of the type of the IStateManager object to create. Because the GetKnownTypes() method of StyleCollection returns a list with only one type, the input index is ignored.

Returns

An instance of the Style class.

Applies to

See also