Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<GuidAttribute("909F83E3-B3FC-4BBF-8820-64378744B39B")> _
Public Interface VsTextManager _
Inherits IVsTextManager
'Usage
Dim instance As VsTextManager
[GuidAttribute("909F83E3-B3FC-4BBF-8820-64378744B39B")]
public interface VsTextManager : IVsTextManager
[GuidAttribute(L"909F83E3-B3FC-4BBF-8820-64378744B39B")]
public interface class VsTextManager : IVsTextManager
public interface VsTextManager extends IVsTextManager