Selection.GetSelection(OlSelectionContents) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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返されます。
現在のビューが会話ビューではない場合、または Location が OlSelectionLocation.olViewList と等しくない場合は、引数として olConversationHeaders で GetSelection を呼び出すと、Selection オブジェクトCountが 0 に等しい値を返します。