次の方法で共有


ContractBasedImportDefinition.RequiredMetadata プロパティ

定義

インポート定義で必要とされるエクスポートのメタデータ名を取得します。

public:
 virtual property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Type ^>> ^ RequiredMetadata { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Type ^>> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Type>> RequiredMetadata { get; }
member this.RequiredMetadata : seq<System.Collections.Generic.KeyValuePair<string, Type>>
Public Overridable ReadOnly Property RequiredMetadata As IEnumerable(Of KeyValuePair(Of String, Type))

プロパティ値

String で必要とされる Export オブジェクトのメタデータ名を格納する ContractBasedImportDefinition オブジェクトのコレクション。 既定値は空の IEnumerable<T> コレクションです。

注釈

このプロパティのオーバーライドでは、 要素を含むnullコレクションをIEnumerable<T>nullしたり、返したりしないでください。 定義に必要なメタデータが含まれていない場合は、代わりに空 IEnumerable<T> のコレクションを返します。

適用対象