共用方式為


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)

屬性值

中繼資料的集合。

適用於