BuildCollection<TValue>.Values プロパティ

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

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

構文

'宣言
Public ReadOnly Property Values As ICollection(Of InArgument(Of TValue))
    Get
'使用
Dim instance As BuildCollection 
Dim value As ICollection(Of InArgument(Of TValue))

value = instance.Values
public ICollection<InArgument<TValue>> Values { get; }
public:
property ICollection<InArgument<TValue>^>^ Values {
    ICollection<InArgument<TValue>^>^ get ();
}
member Values : ICollection<InArgument<'TValue>>
function get Values () : ICollection<InArgument<TValue>>

プロパティ値

型: System.Collections.Generic.ICollection<InArgument<TValue>>
コレクションに追加する値のセットを返します。

関連項目

参照

BuildCollection<TValue> クラス

Microsoft.Activities 名前空間