IndexOfString.Count プロパティ

 

検索対象の文字数を取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Int32>

検索対象の文字数を返します。

参照

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

トップに戻る