PeekSessionCreationOptions::TextView Property

Visual Studio 2015
 

The ITextView over which to create a Peek session.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property ITextView^ TextView {
	[CompilerGeneratedAttribute]
	ITextView^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITextView^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView over which to create a Peek session.

Return to top
Show: