PersonalizationDictionary.Keys 속성

정의

개인 설정 사전의 ICollection 키를 포함하는 개체에 대한 참조를 가져옵니다.

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overridable ReadOnly Property Keys As ICollection

속성 값

ICollection 개인 설정 사전의 키를 포함하는 항목입니다.

구현

설명

개인 설정 사전의 키를 가져오려면 이 메서드를 사용합니다.

적용 대상