FileMetadata.Metadata Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os metadados (ou seja, pares chave-valor) que descrevem o arquivo.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Metadata { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> Metadata { get; }
member this.Metadata : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property Metadata As IReadOnlyDictionary(Of String, String)