DisplayMetadata.AdditionalValues 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 um conjunto de valores adicionais. Consulte AdditionalValues
public:
property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ AdditionalValues { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> AdditionalValues { get; }
member this.AdditionalValues : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property AdditionalValues As IDictionary(Of Object, Object)