IVsTextManager4 Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4125ABF2-621E-4FE8-A4F2-C7A9F5EF2EED")> _
Public Interface IVsTextManager4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4125ABF2-621E-4FE8-A4F2-C7A9F5EF2EED")]
public interface IVsTextManager4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4125ABF2-621E-4FE8-A4F2-C7A9F5EF2EED")]
public interface class IVsTextManager4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4125ABF2-621E-4FE8-A4F2-C7A9F5EF2EED")>]
type IVsTextManager4 = interface end
public interface IVsTextManager4
The IVsTextManager4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetUserPreferences4 | ||
SetUserPreferences4 |
Top