Поделиться через


LanguageService.GetPrimaryViewForSource Method

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntax

'Декларация
Public Function GetPrimaryViewForSource ( _
    src As Source _
) As IVsTextView
public IVsTextView GetPrimaryViewForSource(
    Source src
)

Parameters

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView

.NET Framework Security

See Also

Reference

LanguageService Class

Microsoft.VisualStudio.Package Namespace