다음을 통해 공유


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 _
    Implements 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
public interface VsTextPackage extends IVsTextManager

See Also

Reference

VsTextPackage Members

Microsoft.VisualStudio.TextManager.Interop Namespace