ModelMetadata.AdditionalValues Propriedade
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 uma coleção de informações adicionais sobre o modelo.
public:
abstract property System::Collections::Generic::IReadOnlyDictionary<System::Object ^, System::Object ^> ^ AdditionalValues { System::Collections::Generic::IReadOnlyDictionary<System::Object ^, System::Object ^> ^ get(); };
C#
public abstract System.Collections.Generic.IReadOnlyDictionary<object,object> AdditionalValues { get; }
member this.AdditionalValues : System.Collections.Generic.IReadOnlyDictionary<obj, obj>
Public MustOverride ReadOnly Property AdditionalValues As IReadOnlyDictionary(Of Object, Object)
Produto | Versões |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |