PropertyPageSite インターフェイス

定義

カスタム プロパティ ページのコンテナーを表します。

public interface class PropertyPageSite
[System.Runtime.InteropServices.Guid("0006307F-0000-0000-C000-000000000046")]
public interface PropertyPageSite
Public Interface PropertyPageSite
属性

注釈

PropertyPageSite オブジェクトに関連付けられているオブジェクトを実装PropertyPageする ActiveX コントロールの Parent プロパティを使用して、PropertyPageSite オブジェクトを取得します。 PropertyPage オブジェクトを実装するモジュールの宣言セクションには、次に示すような宣言が記述されている必要があります。

Private myPropertyPageSite As Outlook.PropertyPageSite private Outlook.PropertyPageSite myPropertyPageSite;

その後、ActiveX コントロールの Parent プロパティからオブジェクトが返されます。

myPropertyPageSite = Parent myPropertyPageSite = Parent;

プロパティ ページが OnStatusChange() 変更されたことを Microsoft Outlook に通知するには、 メソッドを使用します。

プロパティ

Application

オブジェクトの Application 親 Outlook アプリケーションを表す オブジェクトを返します。 読み取り専用です。

Class

オブジェクトのクラスを OlObjectClass 示す定数を返します。 読み取り専用です。

Parent

指定されたオブジェクトの親 Object を取得します。 読み取り専用です。

Session

現在のセッションの NameSpace オブジェクトを返します。 読み取り専用です。

メソッド

OnStatusChange()

カスタム プロパティ ページが変更されたことを Microsoft Outlook に通知します。

適用対象