Share via


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

개인 설정 사전에 대한 키가 포함된 ICollection입니다.

구현

설명

이 메서드를 사용 하 여 개인 설정 사전에 대 한 키를 가져옵니다.

적용 대상