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))

속성 값

에 필요한 ContractBasedImportDefinition개체의 String 메타데이터 이름을 포함하는 개체의 Export 컬렉션입니다. 기본값은 빈 IEnumerable<T> 컬렉션입니다.

설명

이 속성의 재정의는 해당 요소가 포함된 컬렉션을 반환하거나 반환 nullIEnumerable<T> 해서는 안 됩니다 null. 정의에 필요한 메타데이터가 없는 경우 빈 IEnumerable<T> 컬렉션을 대신 반환합니다.

적용 대상