ImportDefinition.Metadata Propiedad

Definición

Obtiene los metadatos asociados a esta importación.

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)

Valor de propiedad

Colección que contiene los metadatos asociados a esta importación.

Comentarios

Esta propiedad nunca debe devolver null. Las importaciones sin metadatos deben devolver una colección vacía IDictionary<TKey,TValue> .

Se aplica a