ReflectionModelServices.TryMakeGenericPartDefinition Metódus

Definíció

Azt jelzi, hogy egy általános részdefiníció specializált-e a megadott paraméterekkel.

public:
 static bool TryMakeGenericPartDefinition(System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ partDefinition, System::Collections::Generic::IEnumerable<Type ^> ^ genericParameters, [Runtime::InteropServices::Out] System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ % specialization);
public static bool TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition, System.Collections.Generic.IEnumerable<Type> genericParameters, out System.ComponentModel.Composition.Primitives.ComposablePartDefinition? specialization);
public static bool TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition, System.Collections.Generic.IEnumerable<Type> genericParameters, out System.ComponentModel.Composition.Primitives.ComposablePartDefinition specialization);
static member TryMakeGenericPartDefinition : System.ComponentModel.Composition.Primitives.ComposablePartDefinition * seq<Type> * ComposablePartDefinition -> bool
Public Shared Function TryMakeGenericPartDefinition (partDefinition As ComposablePartDefinition, genericParameters As IEnumerable(Of Type), ByRef specialization As ComposablePartDefinition) As Boolean

Paraméterek

partDefinition
ComposablePartDefinition

A részdefiníció.

genericParameters
IEnumerable<Type>

Típusok gyűjteménye az általános paraméterek megadásához.

specialization
ComposablePartDefinition

Amikor ez a metódus visszatér, a speciális részdefiníciót tartalmazza. Ez a paraméter nem inicializáltként van kezelve.

Válaszok

trueha a specializáció sikeres; egyéb esetben. false

A következőre érvényes: