다음을 통해 공유


PropertyBag.Keys 속성

정의

컬렉션의 키가 포함된 컬렉션을 가져옵니다.

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

속성 값

ICollection 속성 모음의 키가 들어 있는 인터페이스입니다.

구현

적용 대상