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 プロパティは、派生クラスでオーバーライドされませんでした。

注釈

このプロパティは、 プロパティの Metadata 値を Definition 返します。

適用対象