Compartir vía


AttributedModelServices.CreatePart Método

Definición

Crea un elemento que se puede componer.

Sobrecargas

CreatePart(Object)

Crea una parte que se puede componer a partir del objeto con atributos especificado.

CreatePart(ComposablePartDefinition, Object)

Crea una parte que se puede componer a partir del objeto con atributos especificado, utilizando la definición de elemento especificada.

CreatePart(Object, ReflectionContext)

Crea una parte que se puede componer a partir del objeto con atributos especificado, utilizando el contexto de reflexión especificado.

CreatePart(Object)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

Crea una parte que se puede componer a partir del objeto con atributos especificado.

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

Parámetros

attributedPart
Object

Objeto con atributos.

Devoluciones

Elemento creado.

Se aplica a

CreatePart(ComposablePartDefinition, Object)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

Crea una parte que se puede componer a partir del objeto con atributos especificado, utilizando la definición de elemento especificada.

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

Parámetros

partDefinition
ComposablePartDefinition

Definición de la nueva parte.

attributedPart
Object

Objeto con atributos.

Devoluciones

Elemento creado.

Se aplica a

CreatePart(Object, ReflectionContext)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

Crea una parte que se puede componer a partir del objeto con atributos especificado, utilizando el contexto de reflexión especificado.

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

Parámetros

attributedPart
Object

Objeto con atributos.

reflectionContext
ReflectionContext

Contexto de reflexión del elemento.

Devoluciones

Elemento creado.

Excepciones

reflectionContext es null.

Se aplica a