Selection 接口

定义

包含当前在浏览器中选定的一组 Outlook 项目。

public interface class Selection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00063087-0000-0000-C000-000000000046")]
public interface Selection : System.Collections.IEnumerable
Public Interface Selection
Implements IEnumerable
属性
实现

注解

Selection使用 属性从 Explorer 对象返回 Selection 集合。

属性

Application

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

Class

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

Count

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

Item[Object]

从集合中返回一个 Outlook 项目。

Location

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

Parent

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

Session

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

方法

GetSelection(OlSelectionContents)

返回一个 Selection 对象,该对象包含由 SelectionContents 参数指定的对象类型,并且当前在活动资源管理器中处于选中状态。

适用于