다음을 통해 공유


ExportDescriptor.Metadata 속성

정의

내보내기의 메타데이터를 가져옵니다.

public:
 abstract property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,object> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Metadata As IDictionary(Of String, Object)

속성 값

메타데이터 컬렉션입니다.

적용 대상