GetItemFromCollection<TItem>.Index プロパティ

 

返す項目のインデックスを取得または設定します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<int> Index {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
property InArgument<int>^ Index {
    [CompilerGeneratedAttribute]
    InArgument<int>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<int>^ value);
}
[<RequiredArgumentAttribute>]
[<DefaultValueAttribute(null)>]
member Index : InArgument<int> with get, set
<RequiredArgumentAttribute>
<DefaultValueAttribute(Nothing)>
Public Property Index As InArgument(Of Integer)

プロパティ値

Type: System.Activities.InArgument<Int32>

インデックスを返します。

参照

GetItemFromCollection<TItem> クラス
Microsoft.Activities 名前空間

トップに戻る