Поделиться через


Свойство SplitKeyValuePair<TKey, TValue>.Input

 

Получает или задает KeyValuePair для деления.

Пространство имен:   Microsoft.Activities
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

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

Значение свойства

Type: System.Activities.InArgument<KeyValuePair<TKey, TValue>>

Возвращает KeyValuePair для деления.

См. также

SplitKeyValuePair<TKey, TValue> - класс
Microsoft.Activities - пространство имен

Вернуться в начало