AddToDictionary<TKey, TValue>.Key 属性

 

获取或设置要添加的键。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

语法

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

属性值

Type: System.Activities.InArgument<TKey>

返回要添加的键。

请参阅

AddToDictionary<TKey, TValue> 类
Microsoft.Activities 命名空间

返回页首