次の方法で共有


ISpecifyPropertyPagesImpl クラス

更新 : 2007 年 11 月

このクラスは、IUnknown を実装し、ISpecifyPropertyPages インターフェイスの既定の実装を提供します。

template<
   class T 
>
class ATL_NO_VTABLE ISpecifyPropertyPagesImpl :
   public ISpecifyPropertyPages

パラメータ

  • T
    ISpecifyPropertyPagesImpl の派生クラス。

解説

ISpecifyPropertyPages インターフェイスを使うと、オブジェクトがサポートするプロパティ ページの CLSID の一覧をクライアントが取得できるようになります。ISpecifyPropertyPagesImpl クラスは、このインターフェイスの既定の実装を提供します。また、デバッグ ビルドの中でダンプ デバイスに情報を送って、IUnknown を実装します。

96ww582d.alert_note(ja-jp,VS.90).gifメモ :

オブジェクトがプロパティ ページをサポートしていない場合は、ISpecifyPropertyPages インターフェイスを公開しないでください。

関連トピック   ATL チュートリアルATL プロジェクトの作成

必要条件

ヘッダー : atlcom.h

参照

参照

IPropertyPageImpl クラス

IPerPropertyBrowsingImpl クラス

その他の技術情報

ISpecifyPropertyPagesImpl のメンバ

ATL クラスの概要