UIHintAttribute.ControlParameters Tulajdonság

Definíció

Lekéri vagy beállítja az DynamicControlParameter objektumot arra, hogy bármilyen adatforrásból lekérje az értékeket.

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)

Tulajdonság értéke

Kulcs/érték párok gyűjteménye.

Kivételek

Az aktuális attribútum nem formázott.

Megjegyzések

A ControlParameters tulajdonság lehetővé teszi adatok lekérését egy adatmodellből, nyomon követi az adatmodell frissítéseit, és értesíti a modellt a módosításokról.

A következőre érvényes: