OutlookBarPane 接口

定义

表示资源管理器窗口中的快捷方式窗格。

public interface class OutlookBarPane : Microsoft::Office::Interop::Outlook::_OutlookBarPane, Microsoft::Office::Interop::Outlook::OutlookBarPaneEvents_Event
[System.Runtime.InteropServices.Guid("00063070-0000-0000-C000-000000000046")]
public interface OutlookBarPane : Microsoft.Office.Interop.Outlook._OutlookBarPane, Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event
Public Interface OutlookBarPane
Implements _OutlookBarPane, OutlookBarPaneEvents_Event
派生
属性
实现

注解

这是派生自 COM Coclass(托管代码要求此 Coclass 来实现与相应的 COM 对象的互操作性)的 .NET 接口。 使用此派生的接口来访问所有方法、属性和 COM 对象的事件成员。 但是,如果您想要使用的方法或事件共享同一名称并且位于相同的 COM 对象下,请转换为相应的主接口以调用该方法,并转换为最新的事件接口以连接到该事件。 参考此主题以获取有关 COM 对象的信息。 有关 COM 对象的方法和属性成员的信息,请参阅 _OutlookBarPane。 有关 COM 对象的事件成员的信息,请参阅 OutlookBarPaneEvents_Event

Item[Object]使用 C#) 中 (此属性从 对象检索 OutlookBarPane 对象Panes。 由于 属性 NameOutlookBarPane 对象的默认属性,因此可以按名称标识 OutlookBarPane 对象。 例如:

属性

Application

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

(继承自 _OutlookBarPane)
Class

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

(继承自 _OutlookBarPane)
Contents

返回 OutlookBarStorage 指定 Outlook 栏窗格的 对象。 只读。

(继承自 _OutlookBarPane)
CurrentGroup

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 _OutlookBarPane)
Name

返回 C# 中的 字符串 (字符串 ,) 表示对象的显示名称的值。 只读。

(继承自 _OutlookBarPane)
Parent

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

(继承自 _OutlookBarPane)
Session

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

(继承自 _OutlookBarPane)
Visible

返回或设置 C# 中的 布尔 值 (bool ) 指示指定对象的可见状态。 读/写。

(继承自 _OutlookBarPane)

事件

BeforeGroupSwitch

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 OutlookBarPaneEvents_Event)
BeforeNavigate

用户单击快捷方式窗格中的快捷方式以导航到另一个文件夹时发生此事件。

(继承自 OutlookBarPaneEvents_Event)

适用于