Compartir a través de


DataTemplate.Values Propiedad

Definición

Devuelve un diccionario de valores de propiedad para este DataTemplate, indizado por propiedad.

public:
 property System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, System::Object ^> ^ Values { System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty,object> Values { get; }
member this.Values : System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty, obj>
Public ReadOnly Property Values As IDictionary(Of BindableProperty, Object)

Valor de propiedad

Se aplica a