DependencyProperty.FromType(Type) Metod

Definition

Skapar en IList typ DependencyProperty som tillhör en specifik 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)

Parametrar

ownerType
Type

Type.

Returer

IList DependencyProperty tillhör en specifik Type.

Gäller för