IndexOfString.StartIndex プロパティ

 

検索を開始するインデックスを取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Int32>

検索を開始するインデックスを返します。

参照

IndexOfString クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る