VsTextPackage Interface
Provides general services for anyone wanting information about the active text views.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Декларация
<GuidAttribute("909F83E3-B3FC-4BBF-8820-64378744B39B")> _
Public Interface VsTextPackage _
Inherits IVsTextManager
'Применение
Dim instance As VsTextPackage
[GuidAttribute("909F83E3-B3FC-4BBF-8820-64378744B39B")]
public interface VsTextPackage : IVsTextManager
[GuidAttribute(L"909F83E3-B3FC-4BBF-8820-64378744B39B")]
public interface class VsTextPackage : IVsTextManager
[<GuidAttribute("909F83E3-B3FC-4BBF-8820-64378744B39B")>]
type VsTextPackage =
interface
interface IVsTextManager
end
public interface VsTextPackage extends IVsTextManager