WorkflowResourceManager.GetChildScopes メソッド (Int32, Int32, ScopeStatus)

マネージャーに関連付けられた子スコープとその状態を取得します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Function GetChildScopes ( _
    skip As Integer, _
    count As Integer, _
    scopeStatus As ScopeStatus _
) As Collection(Of ScopeInfo)
'使用
Dim instance As WorkflowResourceManager 
Dim skip As Integer 
Dim count As Integer 
Dim scopeStatus As ScopeStatus 
Dim returnValue As Collection(Of ScopeInfo)

returnValue = instance.GetChildScopes(skip, _
    count, scopeStatus)
public Collection<ScopeInfo> GetChildScopes(
    int skip,
    int count,
    ScopeStatus scopeStatus
)
public:
Collection<ScopeInfo^>^ GetChildScopes(
    int skip, 
    int count, 
    ScopeStatus scopeStatus
)
member GetChildScopes : 
        skip:int * 
        count:int * 
        scopeStatus:ScopeStatus -> Collection<ScopeInfo> 
public function GetChildScopes(
    skip : int, 
    count : int, 
    scopeStatus : ScopeStatus
) : Collection<ScopeInfo>

パラメーター

戻り値

型: System.Collections.ObjectModel.Collection<ScopeInfo>
マネージャーに関連付けられた子スコープ。

関連項目

参照

WorkflowResourceManager クラス

GetChildScopes オーバーロード

Microsoft.Workflow.Client 名前空間