AttachmentSelection 接口

定义

包含一组 Attachment 对象,这些对象代表 Outlook 项目中的选定附件。

public interface class AttachmentSelection : Microsoft::Office::Interop::Outlook::_AttachmentSelection
[System.Runtime.InteropServices.Guid("000630F9-0000-0000-C000-000000000046")]
public interface AttachmentSelection : Microsoft.Office.Interop.Outlook._AttachmentSelection
Public Interface AttachmentSelection
Implements _AttachmentSelection
派生
属性
实现

注解

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

AttachmentSelection 对象包含附件选择在活动检查器或活动资源管理器中的项的只读集合。

若要使用 Microsoft Office Fluent 功能区扩展性自定义附件快捷菜单,请使用 IRibbonControl 接口的 Context 属性获取 AttachmentSelection 对象。

属性

Application

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

(继承自 _AttachmentSelection)
Class

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

(继承自 _AttachmentSelection)
Count

返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。

(继承自 _AttachmentSelection)
Item[Object]

从集合中返回对象 Attachment

(继承自 _AttachmentSelection)
Location

返回一个 OlSelectionLocation 常量,该常量指定附件选择在 Microsoft Outlook 用户界面中的位置。 只读。

(继承自 _AttachmentSelection)
Parent

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

(继承自 _AttachmentSelection)
Session

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

(继承自 _AttachmentSelection)

方法

GetSelection(OlSelectionContents)

返回一个 Selection 对象,该对象包含参数 SelectionContents 指定的对象类型,并且当前在对象的父项所在的活动资源管理器中选择的对象 AttachmentSelection

(继承自 _AttachmentSelection)

适用于