DataBusDataSource.SetProperty<T>(String, T, String[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化要在 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[]
要设置的属性。