PropertyPageSite 接口

定义

代表自定义属性页的容器。

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

注解

使用 ActiveX 控件的 Parent 属性,该控件实现 PropertyPagePropertyPageSite 对象关联的 对象以返回 PropertyPageSite 对象。 实现 属性页 对象的模块的声明部分必须包含与以下类似的声明。

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

然后,从 ActiveX 控件的 Parent 属性返回 对象。

myPropertyPageSite = Parent myPropertyPageSite = Parent;

OnStatusChange()使用 方法通知 Microsoft Outlook 属性页已更改。

属性

Application

返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。

Class

返回一个 OlObjectClass 常量,指示对象的 类。 只读。

Parent

返回指定对象的 对象 的父级。 只读。

Session

返回 NameSpace 当前会话的 对象。 只读。

方法

OnStatusChange()

通知 Microsoft Outlook 已更改了自定义属性页。

适用于