ScopeDescription.ChildScopeCount プロパティ

子スコープの数を取得します。

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

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildScopeCount As Integer 
    Get 
    Private Set
'使用
Dim instance As ScopeDescription 
Dim value As Integer 

value = instance.ChildScopeCount
[DataMemberAttribute(EmitDefaultValue = false)]
public int ChildScopeCount { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int ChildScopeCount {
    int get ();
    private: void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChildScopeCount : int with get, private set
function get ChildScopeCount () : int 
private function set ChildScopeCount (value : int)

プロパティ値

型: System.Int32
子スコープの数。

関連項目

参照

ScopeDescription クラス

Microsoft.Workflow.Client 名前空間