次の方法で共有


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 オブジェクトを返します。

注釈

引数として GetSelection を でolConversationHeaders呼び出すと、 プロパティが と等しい olViewListSelection オブジェクトがLocation返されます。

現在のビューが会話ビューではない場合、または LocationOlSelectionLocation.olViewList と等しくない場合は、引数として olConversationHeadersGetSelection を呼び出すと、Selection オブジェクトCountが 0 に等しい値を返します。

適用対象