DynamicValue.Keys 속성

 

동적 값의 키 컬렉션을 가져옵니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

구문

public ICollection<string> Keys { get; }
public:
property ICollection<String^>^ Keys {
    virtual ICollection<String^>^ get() sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Public ReadOnly Property Keys As ICollection(Of String)

속성 값

Type: System.Collections.Generic.ICollection<String>

동적 값의 키 컬렉션입니다.

구현

IDictionary<TKey, TValue>.Keys

참고 항목

DynamicValue 클래스
Microsoft.Activities 네임스페이스

맨 위로 이동