共用方式為


IPropertyPageImpl Class

這個類別會實作 IUnknown 並提供 IPropertyPage 介面的預設實作。

重要

這個類別和其成員不能用於 Windows 執行階段執行的應用程式。

template< class T> 
class IPropertyPageImpl

參數

  • T
    您的類別,衍生自 IPropertyPageImpl

Members

公用建構函式

名稱

描述

IPropertyPageImpl::IPropertyPageImpl

建構函式。

公用方法

名稱

描述

IPropertyPageImpl::Activate

建立屬性頁的對話方塊視窗。

IPropertyPageImpl::Apply

將目前的屬性頁值傳遞至 SetObjects指定的基礎物件。 ATL 實作會傳回 S_OK。

IPropertyPageImpl::Deactivate

終結視窗會以 啟動

IPropertyPageImpl::GetPageInfo

擷取有關屬性頁的詳細資訊。

IPropertyPageImpl::Help

叫用屬性頁的 Windows 說明。

IPropertyPageImpl::IsPageDirty

指示屬性頁是否已變更,自從啟動。

IPropertyPageImpl::Move

位置和調整大小屬性頁對話方塊。

IPropertyPageImpl::SetDirty

旗標不變更屬性頁的狀態為已變更或。

IPropertyPageImpl::SetObjects

提供物件的陣列 IUnknown 指標與屬性頁。 這些物件是藉由呼叫接收目前屬性頁值組 套用

IPropertyPageImpl::SetPageSite

提供屬性的網頁。 IPropertyPageSite 指標,則屬性頁的屬性架構通訊。

IPropertyPageImpl::Show

讓 [屬性頁] 對話方塊中可見或不可見的。

IPropertyPageImpl::TranslateAccelerator

處理所指定按鍵。

公用資料成員

名稱

描述

IPropertyPageImpl::m_bDirty

指定屬性頁的狀態是否已變更。

IPropertyPageImpl::m_dwDocString

儲存資源識別與說明屬性頁的文字字串。

IPropertyPageImpl::m_dwHelpContext

儲存說明主題的內容識別項與屬性頁。

IPropertyPageImpl::m_dwHelpFile

儲存資源識別與說明屬性頁的說明檔的名稱。

IPropertyPageImpl::m_dwTitle

將資源識別項與出現在 [屬性] 頁面的 索引標籤的文字字串。

IPropertyPageImpl::m_nObjects

儲存的物件數目與屬性頁。

IPropertyPageImpl::m_pPageSite

[屬性頁具有屬性架構通訊的 IPropertyPageSite 介面的點。

IPropertyPageImpl::m_ppUnk

物件陣列的指向物件的 IUnknown 指標與屬性頁。

IPropertyPageImpl::m_size

以像素為單位) 儲存屬性頁的 對話方塊的高度和寬度,。

備註

IPropertyPage 介面允許物件會在屬性工作表內的特定屬性頁。 類別 IPropertyPageImpl 提供這個介面的預設實作並透過傳送訊息至實作 IUnknown 傾印裝置偵錯組建。

相關文件   ATL 教學課程建立 ATL 專案

繼承階層架構

IPropertyPage

IPropertyPageImpl

需求

Header: atlctl.h

請參閱

參考

IPropertyPage2Impl Class

IPerPropertyBrowsingImpl Class

ISpecifyPropertyPagesImpl Class

其他資源

ATL Class Overview