DependencyProperty.FromType(Type) Metódus

Definíció

IList Egy adott DependencyPropertytípushoz tartozó típust Type hoz létre.

public:
 static System::Collections::Generic::IList<System::Workflow::ComponentModel::DependencyProperty ^> ^ FromType(Type ^ ownerType);
public static System.Collections.Generic.IList<System.Workflow.ComponentModel.DependencyProperty> FromType(Type ownerType);
static member FromType : Type -> System.Collections.Generic.IList<System.Workflow.ComponentModel.DependencyProperty>
Public Shared Function FromType (ownerType As Type) As IList(Of DependencyProperty)

Paraméterek

ownerType
Type

A Type.

Válaszok

IList DependencyProperty egy adott Type.

A következőre érvényes: