LanguageService::GetPrimaryViewForSource Method (Source^)

 

Calls GetPrimaryView on the code window manager for the source.

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

public:
IVsTextView^ GetPrimaryViewForSource(
	Source^ src
)

Parameters

src
Type: Microsoft.VisualStudio.Package::Source^

The source.

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

The primary view.

Return to top
Show: