IVsTextManager Methods
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdjustFileChangeIgnoreCount(IVsTextBuffer^, Int32) | Increases or decreases the ignore count for file changes. |
![]() | AttemptToCheckOutBufferFromScc(IVsUserData^, Int32) | Method information not provided. |
![]() | AttemptToCheckOutBufferFromScc2(String^, Int32, Int32) | Attempts to check out a file from source code control. |
![]() | CreateSelectionAction(IVsTextBuffer^, IVsTextSelectionAction^) | Method information is not provided. Do not use this method. |
![]() | EnumBuffers(IVsEnumTextBuffers^) | Enumerates text buffers. Not yet implemented. |
![]() | EnumIndependentViews(IVsTextBuffer^, IVsEnumIndependentViews^) | Enumerates the independent views. |
![]() | EnumLanguageServices(IVsEnumGUID^) | Enumerates the registered language service IDs. |
![]() | EnumViews(IVsTextBuffer^, IVsEnumTextViews^) | Enumerates views that are provided with the core editor and are associated with a particular text buffer. |
![]() | GetActiveView(Int32, IVsTextBuffer^, IVsTextView^) | Returns the active or previously active view. |
![]() | GetBufferSccStatus(IVsUserData^, Int32) | Method information not provided. Do not use this method. |
![]() | GetBufferSccStatus2(String^, Int32, Int32) | Returns information on whether a buffer is under source code control and, if so, whether the file is checked in. |
![]() | GetMarkerTypeCount(Int32) | Returns the number of registered marker types within all buffers associated with the core text editor. |
![]() | GetMarkerTypeInterface(Int32, IVsTextMarkerType^) | Maps a numeric marker type ID to an interface that can be used to probe for specific information. |
![]() | GetPerLanguagePreferences(array<LANGPREFERENCES>^) | Method information is not provided. |
![]() | GetRegisteredMarkerTypeID(Guid, Int32) | Returns a registered marker type. |
![]() | GetShortcutManager(IVsShortcutManager^) | Returns the shortcut manager. |
![]() | GetUserPreferences(array<VIEWPREFERENCES>^, array<FRAMEPREFERENCES>^, array<LANGPREFERENCES>^, array<FONTCOLORPREFERENCES>^) | Returns the user preferences, such as tab usage, indent size and widget margin presence for the view, frame, and language service. |
![]() | IgnoreNextFileChange(IVsTextBuffer^) | Notifies that the next file change is to be ignored. |
![]() | MapFilenameToLanguageSID(String^, Guid) | Given a file name, determines the registered language service, if one exists, that understands it. |
![]() | NavigateToLineAndColumn(IVsTextBuffer^, Guid, Int32, Int32, Int32, Int32) | Finds or creates an appropriate view on the specified buffer and places the selection at the specified location. |
![]() | NavigateToPosition(IVsTextBuffer^, Guid, Int32, Int32) | Finds or creates an appropriate view on the specified buffer and puts the selection on the specified linear position. |
![]() | RegisterBuffer(IVsTextBuffer^) | Registers a text buffer with the text manager. |
![]() | RegisterIndependentView(Object^, IVsTextBuffer^) | Registers a view from a source other than the core editor. |
![]() | RegisterView(IVsTextView^, IVsTextBuffer^) | Method information is not provided. |
![]() | SetFileChangeAdvise(String^, Int32) | Method information is not provided. |
![]() | SetPerLanguagePreferences(array<LANGPREFERENCES>^) | Method information is not provided. |
![]() | SetUserPreferences(array<VIEWPREFERENCES>^, array<FRAMEPREFERENCES>^, array<LANGPREFERENCES>^, array<FONTCOLORPREFERENCES>^) | Sets user preferences. |
![]() | SuspendFileChangeAdvise(String^, Int32) | Suspends file change notifications for a given file. |
![]() | UnregisterBuffer(IVsTextBuffer^) | Unregisters a buffer. |
![]() | UnregisterIndependentView(Object^, IVsTextBuffer^) | Unregisters an externally-created view. |
![]() | UnregisterView(IVsTextView^) | Method information is not provided. |
