TreeView.GetCallbackResult 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳針對控制項的回調事件結果。
protected:
virtual System::String ^ GetCallbackResult();
protected virtual string GetCallbackResult();
abstract member GetCallbackResult : unit -> string
override this.GetCallbackResult : unit -> string
Protected Overridable Function GetCallbackResult () As String
傳回
回試結果。
備註
TreeView控制項實作介面,ICallbackEventHandler並使用 RaisePostBackEvent 取回資料及GetCallbackResult將取回資料的方法回傳給控制項。