TextViewExtensions.IsEmbeddedTextView(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsEmbeddedTextView(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public static bool IsEmbeddedTextView (this Microsoft.VisualStudio.Text.Editor.ITextView textView);
static member IsEmbeddedTextView : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
<Extension()>
Public Function IsEmbeddedTextView (textView As ITextView) As Boolean
Parameters
Returns
true
if given ITextView is embedded, false
otherwise.