InputBase<TValue>.AdditionalAttributes 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 ou define uma coleção de atributos adicionais que serão aplicados ao elemento criado.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ AdditionalAttributes { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ value); };
[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.IReadOnlyDictionary<string,object> AdditionalAttributes { get; set; }
[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.IReadOnlyDictionary<string,object>? AdditionalAttributes { get; set; }
[<Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)>]
member this.AdditionalAttributes : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalAttributes As IReadOnlyDictionary(Of String, Object)
Valor da propriedade
- Atributos