DependencyProperty.FromType(Type) Método

Definición

Crea una interfaz IList de tipo DependencyProperty que pertenece a una clase Type concreta.

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

Type.

Devoluciones

IList<DependencyProperty>

La interfaz IList de la clase DependencyProperty que pertenece a una clase Type específica.

Se aplica a