AttributedModelServices.CreatePart Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un élément composable.
Surcharges
CreatePart(Object) |
Crée un composant composable à partir de l'objet avec attributs spécifié. |
CreatePart(ComposablePartDefinition, Object) |
Crée un composant composable à partir de l'objet avec attributs spécifié, à l'aide de la définition de composant spécifiée. |
CreatePart(Object, ReflectionContext) |
Crée un composant composable à partir de l'objet avec attributs spécifié, à l'aide du contexte de réflexion spécifié. |
CreatePart(Object)
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Crée un composant composable à partir de l'objet avec attributs spécifié.
public:
static System::ComponentModel::Composition::Primitives::ComposablePart ^ CreatePart(System::Object ^ attributedPart);
public static System.ComponentModel.Composition.Primitives.ComposablePart CreatePart (object attributedPart);
static member CreatePart : obj -> System.ComponentModel.Composition.Primitives.ComposablePart
Public Function CreatePart (attributedPart As Object) As ComposablePart
Paramètres
- attributedPart
- Object
Objet avec attributs.
Retours
Composant créé.
S’applique à
CreatePart(ComposablePartDefinition, Object)
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Crée un composant composable à partir de l'objet avec attributs spécifié, à l'aide de la définition de composant spécifiée.
public:
static System::ComponentModel::Composition::Primitives::ComposablePart ^ CreatePart(System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ partDefinition, System::Object ^ attributedPart);
public static System.ComponentModel.Composition.Primitives.ComposablePart CreatePart (System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition, object attributedPart);
static member CreatePart : System.ComponentModel.Composition.Primitives.ComposablePartDefinition * obj -> System.ComponentModel.Composition.Primitives.ComposablePart
Public Function CreatePart (partDefinition As ComposablePartDefinition, attributedPart As Object) As ComposablePart
Paramètres
- partDefinition
- ComposablePartDefinition
Définition du nouveau composant.
- attributedPart
- Object
Objet avec attributs.
Retours
Composant créé.
S’applique à
CreatePart(Object, ReflectionContext)
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Crée un composant composable à partir de l'objet avec attributs spécifié, à l'aide du contexte de réflexion spécifié.
public:
static System::ComponentModel::Composition::Primitives::ComposablePart ^ CreatePart(System::Object ^ attributedPart, System::Reflection::ReflectionContext ^ reflectionContext);
public static System.ComponentModel.Composition.Primitives.ComposablePart CreatePart (object attributedPart, System.Reflection.ReflectionContext reflectionContext);
static member CreatePart : obj * System.Reflection.ReflectionContext -> System.ComponentModel.Composition.Primitives.ComposablePart
Public Function CreatePart (attributedPart As Object, reflectionContext As ReflectionContext) As ComposablePart
Paramètres
- attributedPart
- Object
Objet avec attributs.
- reflectionContext
- ReflectionContext
Contexte de réflexion pour le composant.
Retours
Composant créé.
Exceptions
reflectionContext
a la valeur null
.