CComControlBase::m_spInPlaceSite

为容器的 IOleInPlaceSiteIOleInPlaceSiteExIOleInPlaceSiteWindowless 接口的指针的指针。

CComPtr<IOleInPlaceSiteWindowless> m_spInPlaceSite;

备注

备注

若要使用在控件选件类中的数据成员,则必须将其声明为,控件选件类的数据成员。因为它在基类,的一行中声明您的控件选件类不会从基类继承的数据成员。

仅当 m_bNegotiatedWnd 标志是 TRUEm_spInPlaceSite 指针是有效的。

下表显示 m_spInPlaceSite 指针类型之间的依赖 m_bWndLessm_bInPlaceSiteEx 数据成员标志:

m_spInPlaceSite类型

m_bWndLess值

m_bInPlaceSiteEx值

IOleInPlaceSiteWindowless

TRUE

TRUEFALSE

IOleInPlaceSiteEx

FALSE

TRUE

IOleInPlaceSite

FALSE

FALSE

要求

Header: atlctl.h

请参见

参考

CComControlBase选件类

CComPtr选件类