IContextProperties 인터페이스(comsvcs.h)

컨텍스트 개체 속성에 대한 액세스를 제공합니다. 각 개체 컨텍스트에는 IContextProperties를 구현하는 사용자 컨텍스트 속성이 있을 수 있습니다.

상속

IContextProperties 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IContextProperties 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IContextProperties 인터페이스에는 이러한 메서드가 있습니다.

 
IContextProperties::Count

컨텍스트 개체 속성의 수를 검색합니다.
IContextProperties::EnumNames

컨텍스트 개체 속성에 대한 열거자에 대한 참조를 검색합니다.
IContextProperties::GetProperty

컨텍스트 개체 속성을 검색합니다.
IContextProperties::RemoveProperty

컨텍스트 개체 속성을 제거합니다.
IContextProperties::SetProperty

컨텍스트 개체 속성을 설정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 2000 Professional[데스크톱 앱만]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 comsvcs.h

추가 정보

IEnumNames