DependencyProperty.FromType(Type) Método

Definición

Crea un IList de tipo DependencyProperty que pertenece a un objeto específico 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)

Parámetros

ownerType
Type

El Type.

Devoluciones

IList de que DependencyProperty pertenece a un objeto específico Type.

Se aplica a