DependencyProperty.FromType(Type) Méthode

Définition

Crée un IList de type DependencyProperty qui appartient à un Type spécifique.

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)

Paramètres

ownerType
Type

L’Typeopérateur

Retours

IList<DependencyProperty>

IList du DependencyProperty qui appartient à un Type spécifique.

S’applique à