Sdílet prostřednictvím


UIHintAttribute.ControlParameters Vlastnost

Definice

Získá nebo nastaví DynamicControlParameter objekt použít k načtení hodnot z libovolného zdroje dat.

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

Hodnota vlastnosti

Kolekce párů klíč/hodnota.

Výjimky

Aktuální atribut je špatně vytvořený.

Poznámky

Vlastnost ControlParameters umožňuje načíst data z datového modelu, sleduje aktualizace datového modelu a upozorní model na všechny změny.

Platí pro