PropertyPages 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Contains the custom property pages that have been added to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.
public interface class PropertyPages : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00063080-0000-0000-C000-000000000046")]
public interface PropertyPages : System.Collections.IEnumerable
Public Interface PropertyPages
Implements IEnumerable
- 属性
- 实现
注解
你会收到 一个 PropertyPages 对象作为事件的参数 OptionsPagesAdd 。 Add(Object, String)使用 方法将 对象添加到 PropertyPagePropertyPages 对象。
注意:如果多个程序处理 OptionsPagesAdd 事件,则程序接收事件的顺序 (,因此无法保证页面添加到 PropertyPages 对象) 的顺序。
属性
Application |
返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。 |
Class |
返回一个 OlObjectClass 常量,指示对象的 类。 只读。 |
Count |
返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。 |
Item[Object] |
从集合中返回 一个 PropertyPage 对象。 |
Parent |
返回指定对象的 对象 的父级。 只读。 |
Session |
返回 NameSpace 当前会话的 对象。 只读。 |
方法
Add(Object, String) |
将新的自定义属性页面添加到 Microsoft Outlook 的 "选项" 对话框中或文件夹的 "属性" 对话框中。 |
Remove(Object) |
从集合中删除对象。 |