次の方法で共有


ReportingService2010.ListParentsAsync メソッド

定義

オーバーロード

ListParentsAsync(String)
ListParentsAsync(String, Object)

ListParentsAsync(String)

public:
 void ListParentsAsync(System::String ^ ItemPath);
public void ListParentsAsync (string ItemPath);
member this.ListParentsAsync : string -> unit
Public Sub ListParentsAsync (ItemPath As String)

パラメーター

ItemPath
String

適用対象

ListParentsAsync(String, Object)

public:
 void ListParentsAsync(System::String ^ ItemPath, System::Object ^ userState);
public void ListParentsAsync (string ItemPath, object userState);
member this.ListParentsAsync : string * obj -> unit
Public Sub ListParentsAsync (ItemPath As String, userState As Object)

パラメーター

ItemPath
String
userState
Object

適用対象