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)

プロパティ値

メタデータのコレクション。

適用対象