DependencyProperty.FromType(Type) Metoda

Definice

IList Vytvoří typDependencyProperty, který patří určitému Type.

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

Type.

Návraty

IList z toho DependencyProperty , které patří konkrétnímu Type.

Platí pro