Export.Metadata 屬性

定義

取得匯出的中繼資料。

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

屬性值

Export 的中繼資料。

例外狀況

Definition 屬性不是由衍生類別覆寫。

備註

這個屬性會傳回 屬性的值 MetadataDefinition

適用於