Selection.GetSelection 方法 (Outlook)
返回一个 Selection 对象,该对象包含 SelectionContents 参数指定的对象类型,并且当前已在活动资源管理器中选择。
语法
expression。 GetSelection
( _SelectionContents_
)
表达 一个代表 Selection 对象的变量。
参数
名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
SelectionContents | 必需 | OlSelectionContents | 指定选定内容中要返回的对象种类。 |
返回值
选择 对象,其中包含指定的类型的对象在活动资源管理器中选定。
备注
调用 GetSelection 时使用 olConversationHeaders 作为参数返回具有 位置 属性等于 OlSelectionLocation.olViewList 的 选择 对象。
如果当前视图不是会话视图中,或者,如果 Selection.Location 不等于 OlSelectionLocation.olViewList ,调用 GetSelection 时使用 olConversationHeaders 作为参数返回一个 选择Selection.Count 等于 0。
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。