LanguageService.GetPrimaryViewForSource(Source) 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.
Calls GetPrimaryView(IVsTextView) on the code window manager for the source.
public:
Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ GetPrimaryViewForSource(Microsoft::VisualStudio::Package::Source ^ src);
public Microsoft.VisualStudio.TextManager.Interop.IVsTextView GetPrimaryViewForSource (Microsoft.VisualStudio.Package.Source src);
member this.GetPrimaryViewForSource : Microsoft.VisualStudio.Package.Source -> Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Public Function GetPrimaryViewForSource (src As Source) As IVsTextView
Parameters
- src
- Source
The source.
Returns
The primary view.