DependencyProperty.FromType(Type) Método

Definição

Cria um IList de tipo DependencyProperty que pertence a um 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

O Type.

Devoluções

IList dos DependencyProperty que pertencem a um específico Type.

Aplica-se a