Binding.AsyncState 屬性

定義

取得或設定傳遞至非同步資料發送器的不透明資料。

public:
 property System::Object ^ AsyncState { System::Object ^ get(); void set(System::Object ^ value); };
public object AsyncState { get; set; }
member this.AsyncState : obj with get, set
Public Property AsyncState As Object

屬性值

Object

傳遞至非同步資料發送器的資料。

適用於

另請參閱