ContractBasedImportDefinition.RequiredMetadata 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가져오기 정의에 필요한 내보내기의 메타데이터의 이름을 가져옵니다.
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> 컬렉션입니다.
설명
이 속성의 재정의는 가 인 IEnumerable<T> 요소를 포함하는 컬렉션을 반환하거나 반환 null
해서는 안 됩니다null
. 정의에 필요한 메타데이터가 없는 경우 빈 IEnumerable<T> 컬렉션을 대신 반환합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET