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 方法将检索的数据返回到控件。