Condividi tramite


ResourcesChangedEventArgs.Values Property

Definition

For internal use by the Microsoft.Maui.Controls platform.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ Values { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> Values { get; }
member this.Values : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Values As IEnumerable(Of KeyValuePair(Of String, Object))

Property Value

For internal use by the Microsoft.Maui.Controls platform.

Applies to