DependencyProperty.FromType(Type) Méthode

Définition

Crée un IList type DependencyProperty qui appartient à un élément spécifique 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)

Paramètres

ownerType
Type

L’attribut Type.

Retours

IList de celui DependencyProperty qui appartiennent à un spécifique Type.

S’applique à