ImportDefinition.Metadata 属性

定义

获取与此导入相关联的元数据。Gets the metadata associated with this import.

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)

属性值

IDictionary<String,Object>

一个集合,包含与导入相关的元数据。A collection that contains the metadata associated with this import.

注解

此属性不应返回 null。This property should never return null. 不带元数据的导入应返回一个空 IDictionary<TKey,TValue> 集合。Imports with no metadata should return an empty IDictionary<TKey,TValue> collection.

适用于