DependencyProperty.FromType(Type) Metodo

Definizione

Crea un’interfaccia IList di tipo DependencyProperty che appartiene a uno specifico 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)

Parametri

ownerType
Type

Oggetto Type.

Restituisce

IList di DependencyProperty che appartiene a uno specifico Type.

Si applica a