Selection.GetSelection(OlSelectionContents) 方法

定义

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

public:
 Microsoft::Office::Interop::Outlook::Selection ^ GetSelection(Microsoft::Office::Interop::Outlook::OlSelectionContents SelectionContents);
public Microsoft.Office.Interop.Outlook.Selection GetSelection (Microsoft.Office.Interop.Outlook.OlSelectionContents SelectionContents);
Public Function GetSelection (SelectionContents As OlSelectionContents) As Selection

参数

SelectionContents
OlSelectionContents

指定选定内容中要返回的对象种类。

返回

返回一个 Selection 对象,该对象包含活动资源管理器中选择的指定对象类型。

注解

使用 olConversationHeaders 作为 参数调用 GetSelection 将返回属性等于 olViewListLocationSelection 对象。

如果当前视图不是对话视图,或者如果 Location 不等于 OlSelectionLocation.olViewList,请使用 olConversationHeaders 调用 GetSelection 作为参数返回一个等于 0 的 CountSelection 对象。

适用于