IVsTextView.GetSelectionMode Yöntem

Tanım

Geçerli seçim modunu döndürür.

public:
 Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode();
public:
 Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode();
Microsoft::VisualStudio::TextManager::Interop::TextSelMode GetSelectionMode();
public Microsoft.VisualStudio.TextManager.Interop.TextSelMode GetSelectionMode ();
abstract member GetSelectionMode : unit -> Microsoft.VisualStudio.TextManager.Interop.TextSelMode
Public Function GetSelectionMode () As TextSelMode

Döndürülenler

TextSelMode

TextSelModeSM_STREAM veya SM_BOX sabit listesi değerini döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

HRESULT IVsTextView::GetSelectionMode();  

Akışın veya Box seçiminin geçerli seçim modu olup olmadığını anlamak için bu yöntemi kullanın. Daha fazla bilgi için bkz. TextSelMode.

Şunlara uygulanır