ImportDefinition.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)

属性值

一个集合,包含与导入相关的元数据。

注解

此属性绝不应返回 null。 没有元数据的导入应返回空 IDictionary<TKey,TValue> 集合。

适用于