Aracılığıyla paylaş


ComposablePartCatalog.GetExports(ImportDefinition) Yöntem

Tanım

Belirtilen ImportDefinition nesne tarafından tanımlanan kısıtlamayla eşleşen dışarı aktarma tanımlarının listesini alır.

public:
 virtual System::Collections::Generic::IEnumerable<Tuple<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^, System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^> ^ GetExports(System::ComponentModel::Composition::Primitives::ImportDefinition ^ definition);
public virtual System.Collections.Generic.IEnumerable<Tuple<System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ExportDefinition>> GetExports (System.ComponentModel.Composition.Primitives.ImportDefinition definition);
abstract member GetExports : System.ComponentModel.Composition.Primitives.ImportDefinition -> seq<System.ComponentModel.Composition.Primitives.ComposablePartDefinition * System.ComponentModel.Composition.Primitives.ExportDefinition>
override this.GetExports : System.ComponentModel.Composition.Primitives.ImportDefinition -> seq<System.ComponentModel.Composition.Primitives.ComposablePartDefinition * System.ComponentModel.Composition.Primitives.ExportDefinition>
Public Overridable Function GetExports (definition As ImportDefinition) As IEnumerable(Of Tuple(Of ComposablePartDefinition, ExportDefinition))

Parametreler

definition
ImportDefinition

Döndürülecek nesnelerin koşulları ExportDefinition .

Döndürülenler

tarafından belirtilen kısıtlamayla ExportDefinition eşleşen nesneler için nesneleri ve ilişkili ComposablePartDefinition nesnelerini içeren bir koleksiyonTuple<T1,T2>.definition

Özel durumlar

definition, null değeridir.

Açıklamalar

Bu yöntemin geçersiz kılmaları hiçbir zaman döndürmemelidir null. tarafından definitiontanımlanan koşullarla eşleşmezse ExportDefinition boş IEnumerable<T> bir nesne döndürür.

Şunlara uygulanır