ExportDefinition.Metadata 属性

定义

获取协定元数据。

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

属性值

ExportDefinition 的元数据。 默认为一个空的只读 IDictionary<TKey,TValue> 对象。

注解

此属性的重写应返回具有区分大小写的非语言比较器(如 )的只读IDictionary<TKey,TValue>对象,并且绝不应返回 nullOrdinal

ExportDefinition如果 不包含元数据,请改为返回空IDictionary<TKey,TValue>

适用于