ReflectionModelServices.GetPartType(ComposablePartDefinition) Méthode

Définition

Obtient le type d’une partie à partir d’une définition de partie spécifiée.

public:
 static Lazy<Type ^> ^ GetPartType(System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ partDefinition);
public static Lazy<Type> GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition);
static member GetPartType : System.ComponentModel.Composition.Primitives.ComposablePartDefinition -> Lazy<Type>
Public Shared Function GetPartType (partDefinition As ComposablePartDefinition) As Lazy(Of Type)

Paramètres

partDefinition
ComposablePartDefinition

Définition de partie à examiner.

Retours

Type de la partie définie.

Exceptions

partDefinition a la valeur null.

S’applique à