AddToDictionary<TKey, TValue> 클래스
업데이트 날짜: 2012년 7월
사전에 키와 값을 추가하기 위한 작업입니다.
네임스페이스: Microsoft.Activities
어셈블리: Microsoft.Activities.dll의 Microsoft.Activities
상속 계층 구조
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Microsoft.Activities.AddToDictionary<TKey, TValue>
구문
public sealed class AddToDictionary<TKey, TValue> : CodeActivity
generic<typename TKey, typename TValue>
public ref class AddToDictionary sealed : CodeActivity
[<Sealed>]
type AddToDictionary<'TKey, 'TValue> =
class
inherit CodeActivity
end
Public NotInheritable Class AddToDictionary(Of TKey, TValue)
Inherits CodeActivity
형식 매개 변수
- TKey
키 형식입니다.
- TValue
값 형식입니다.
생성자
이름 | 설명 | |
---|---|---|
AddToDictionary<TKey, TValue>() | AddToDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다. |
|
AddToDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>, InArgument<TKey>, InArgument<TValue>) | AddToDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다. |
속성
이름 | 설명 | |
---|---|---|
CacheId | (Activity에서 상속됨.) |
|
Dictionary | 대상 사전을 가져오거나 설정합니다. |
|
DisplayName | (Activity에서 상속됨.) |
|
Id | (Activity에서 상속됨.) |
|
ImplementationVersion | (CodeActivity에서 상속됨.) |
|
Key | 추가될 키를 가져오거나 설정합니다. |
|
Value | 추가될 값을 가져오거나 설정합니다. |
메서드
이름 | 설명 | |
---|---|---|
Equals(Object) | (Object에서 상속됨.) |
|
GetHashCode() | (Object에서 상속됨.) |
|
GetType() | (Object에서 상속됨.) |
|
ToString() | (Activity에서 상속됨.) |
스레드로부터의 안전성
이 형식의 모든 public static (Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
맨 위로 이동