Udostępnij za pośrednictwem


DependencyProperty.FromType(Type) Metoda

Definicja

Tworzy typ IList DependencyProperty , który należy do określonego Typeelementu .

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)

Parametry

ownerType
Type

Element Type.

Zwraca

IList<DependencyProperty>

IListDependencyProperty należą do określonego Typeobiektu .

Dotyczy