次の方法で共有


BuildCollection<TValue>.Collection プロパティ

 

ソース コレクションを取得または設定します。

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

構文

[DefaultValueAttribute(null)]
public InArgument<IEnumerable<TValue>> Collection {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<IEnumerable<TValue>^>^ Collection {
    [CompilerGeneratedAttribute]
    InArgument<IEnumerable<TValue>^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<IEnumerable<TValue>^>^ value);
}
[<DefaultValueAttribute(null)>]
member Collection : InArgument<IEnumerable<'TValue>> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Collection As InArgument(Of IEnumerable(Of TValue))

プロパティ値

Type: System.Activities.InArgument<IEnumerable<TValue>>

ソース コレクションを返します。

参照

BuildCollection<TValue> クラス
Microsoft.Activities 名前空間

トップに戻る