DependencyProperty.FromType(Type) Methode

Definitie

Hiermee maakt u een IList type dat deel uitmaakt van DependencyProperty een specifiek 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)

Parameters

ownerType
Type

De Type.

Retouren

IList van de DependencyProperty die tot een specifiek Typebehoort .

Van toepassing op