Share via


DependencyProperty.FromType(Type) Methode

Definition

Erstellt eine IList vom Typ DependencyProperty, die zu einem bestimmten Type gehört.

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)

Parameter

ownerType
Type

Die Type.

Gibt zurück

IList<DependencyProperty>

IList von DependencyProperty, die einem bestimmten Type angehören.

Gilt für