ExportDescriptor.Metadata Propiedad

Definición

Obtiene los metadatos de la exportación.

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)

Valor de propiedad

Colección de metadatos.

Se aplica a