ExpansionProvider::TextView Property

 

Returns the text view containing the source file being manipulated by the expansion provider.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsTextView^ TextView {
	IVsTextView^ get();
}

The text view is set at the earliest opportunity which is in the methods described in the Return Value section.

Return to top
Show: