次の方法で共有


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;

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

プロパティ

Application

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

Class

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

Parent

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

Session

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

メソッド

OnStatusChange()

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

適用対象