DataBusDataSource.SetProperty<T>(String, T, String[]) 方法

定義

啟動 DataBus 控制項中要設定的屬性。

protected:
generic <typename T>
 void SetProperty(System::String ^ propertyName, T value, ... cli::array <System::String ^> ^ affectedProperties);
protected void SetProperty<T>(string propertyName, T value, params string[] affectedProperties);
member this.SetProperty : string * 'T * string[] -> unit
Protected Sub SetProperty(Of T) (propertyName As String, value As T, ParamArray affectedProperties As String())

類型參數

T

要設定屬性的類型。

參數

propertyName
String

屬性名稱。

value
T

清單上的物品。

affectedProperties
String[]

要設定的屬性。

適用於