IVsTextManager2 Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodAttemptToCheckOutBufferFromScc3(IVsTextBuffer^, String^, UInt32, Int32, Int32)

Attempts to check a file out of SCC.

System_CAPS_pubmethodFireReplaceAllInFilesBegin()

Fires this event when Replace All, In Files operation is started.

System_CAPS_pubmethodFireReplaceAllInFilesEnd()

Fires this event when Replace All, In Files operation ends.

System_CAPS_pubmethodGetActiveView2(Int32, IVsTextBuffer^, UInt32, IVsTextView^)

Returns the active or previously active view.

System_CAPS_pubmethodGetBufferSccStatus3(IVsTextBuffer^, String^, Int32, Int32)

Determines whether a file is under SCC, and if so, attempts to check it out.

System_CAPS_pubmethodGetExpansionManager(IVsExpansionManager^)

Gets the expansion manager.

System_CAPS_pubmethodGetUserPreferences2(array<VIEWPREFERENCES2>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^)

Returns the user preferences, such as tab usage, indent size and widget margin presence for the view, frame, and language service.

System_CAPS_pubmethodNavigateToLineAndColumn2(IVsTextBuffer^, Guid, Int32, Int32, Int32, Int32, UInt32)

Finds or creates an appropriate view on the specified buffer and places the selection at the specified location.

System_CAPS_pubmethodNavigateToPosition2(IVsTextBuffer^, Guid, Int32, Int32, UInt32)

Moves to the specified position.

System_CAPS_pubmethodResetColorableItems(Guid)

Resets the colorable items.

System_CAPS_pubmethodSetUserPreferences2(array<VIEWPREFERENCES2>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^)

Sets user preferences.

Return to top
Show: