ComposablePartDefinition.ExportDefinitions プロパティ

定義

このExportDefinition オブジェクトによって定義されたパーツによってエクスポートされたオブジェクトを記述するComposablePartDefinition オブジェクトのコレクションを取得します。

public:
 abstract property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ ExportDefinitions { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> ExportDefinitions { get; }
member this.ExportDefinitions : seq<System.ComponentModel.Composition.Primitives.ExportDefinition>
Public MustOverride ReadOnly Property ExportDefinitions As IEnumerable(Of ExportDefinition)

プロパティ値

ExportDefinitionによって作成ComposablePartオブジェクトによって提供されるエクスポートされたオブジェクトを記述するComposablePartDefinition オブジェクトのコレクション。

注釈

このプロパティをオーバーライドすると、 nullが返されることはありません。 ComposablePartによって作成されたComposablePartDefinition オブジェクトがエクスポートされたオブジェクトを提供しない場合は、代わりに空のIEnumerable<T> コレクションを返します。

適用対象