次の方法で共有


BuildCollection<TValue>.Values プロパティ

 

コレクションに追加する値のセットを取得します。

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

構文

public ICollection<InArgument<TValue>> Values { get; }
public:
property ICollection<InArgument<TValue>^>^ Values {
    ICollection<InArgument<TValue>^>^ get();
}
member Values : ICollection<InArgument<'TValue>> with get
Public ReadOnly Property Values As ICollection(Of InArgument(Of TValue))

プロパティ値

Type: System.Collections.Generic.ICollection<InArgument<TValue>>

コレクションに追加する値のセットを返します。

参照

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

トップに戻る