次の方法で共有


ReportingService2010.BeginListChildren メソッド

定義

public:
 IAsyncResult ^ BeginListChildren(System::String ^ ItemPath, bool Recursive, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListChildren (string ItemPath, bool Recursive, AsyncCallback callback, object asyncState);
member this.BeginListChildren : string * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginListChildren (ItemPath As String, Recursive As Boolean, callback As AsyncCallback, asyncState As Object) As IAsyncResult

パラメーター

ItemPath
String
Recursive
Boolean
callback
AsyncCallback
asyncState
Object

戻り値

適用対象