SplitKeyValuePair<TKey, TValue>.Input プロパティ

分割する KeyValuePair を取得または設定します。

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

構文

'宣言
<RequiredArgumentAttribute> _
Public Property Input As InArgument(Of KeyValuePair(Of TKey, TValue))
    Get 
    Set
'使用
Dim instance As SplitKeyValuePair 
Dim value As InArgument(Of KeyValuePair(Of TKey, TValue))

value = instance.Input

instance.Input = value
[RequiredArgumentAttribute]
public InArgument<KeyValuePair<TKey, TValue>> Input { get; set; }
[RequiredArgumentAttribute]
public:
property InArgument<KeyValuePair<TKey, TValue>>^ Input {
    InArgument<KeyValuePair<TKey, TValue>>^ get ();
    void set (InArgument<KeyValuePair<TKey, TValue>>^ value);
}
[<RequiredArgumentAttribute>]
member Input : InArgument<KeyValuePair<'TKey, 'TValue>> with get, set
function get Input () : InArgument<KeyValuePair<TKey, TValue>>
function set Input (value : InArgument<KeyValuePair<TKey, TValue>>)

プロパティ値

型: System.Activities.InArgument<KeyValuePair<TKey, TValue>>
分割する KeyValuePair を返します。

関連項目

参照

SplitKeyValuePair<TKey, TValue> クラス

Microsoft.Activities 名前空間