VsTextPackage Methods

 

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

NameDescription
System_CAPS_pubmethodAdjustFileChangeIgnoreCount(IVsTextBuffer^, Int32)

Increases or decreases the ignore count for file changes.(Inherited from IVsTextManager.)

System_CAPS_pubmethodAttemptToCheckOutBufferFromScc(IVsUserData^, Int32)

Method information not provided.(Inherited from IVsTextManager.)

System_CAPS_pubmethodAttemptToCheckOutBufferFromScc2(String^, Int32, Int32)

Attempts to check out a file from source code control.(Inherited from IVsTextManager.)

System_CAPS_pubmethodCreateSelectionAction(IVsTextBuffer^, IVsTextSelectionAction^)

Method information is not provided. Do not use this method.(Inherited from IVsTextManager.)

System_CAPS_pubmethodEnumBuffers(IVsEnumTextBuffers^)

Enumerates text buffers. Not yet implemented.(Inherited from IVsTextManager.)

System_CAPS_pubmethodEnumIndependentViews(IVsTextBuffer^, IVsEnumIndependentViews^)

Enumerates the independent views.(Inherited from IVsTextManager.)

System_CAPS_pubmethodEnumLanguageServices(IVsEnumGUID^)

Enumerates the registered language service IDs.(Inherited from IVsTextManager.)

System_CAPS_pubmethodEnumViews(IVsTextBuffer^, IVsEnumTextViews^)

Enumerates views that are provided with the core editor and are associated with a particular text buffer.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetActiveView(Int32, IVsTextBuffer^, IVsTextView^)

Returns the active or previously active view.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetBufferSccStatus(IVsUserData^, Int32)

Method information not provided. Do not use this method.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetBufferSccStatus2(String^, Int32, Int32)

Returns information on whether a buffer is under source code control and, if so, whether the file is checked in.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetMarkerTypeCount(Int32)

Returns the number of registered marker types within all buffers associated with the core text editor.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetMarkerTypeInterface(Int32, IVsTextMarkerType^)

Maps a numeric marker type ID to an interface that can be used to probe for specific information.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetPerLanguagePreferences(array<LANGPREFERENCES>^)

Method information is not provided.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetRegisteredMarkerTypeID(Guid, Int32)

Returns a registered marker type.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetShortcutManager(IVsShortcutManager^)

Returns the shortcut manager.(Inherited from IVsTextManager.)

System_CAPS_pubmethodGetUserPreferences(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.(Inherited from IVsTextManager.)

System_CAPS_pubmethodIgnoreNextFileChange(IVsTextBuffer^)

Notifies that the next file change is to be ignored.(Inherited from IVsTextManager.)

System_CAPS_pubmethodMapFilenameToLanguageSID(String^, Guid)

Given a file name, determines the registered language service, if one exists, that understands it.(Inherited from IVsTextManager.)

System_CAPS_pubmethodNavigateToLineAndColumn(IVsTextBuffer^, Guid, Int32, Int32, Int32, Int32)

Finds or creates an appropriate view on the specified buffer and places the selection at the specified location.(Inherited from IVsTextManager.)

System_CAPS_pubmethodNavigateToPosition(IVsTextBuffer^, Guid, Int32, Int32)

Finds or creates an appropriate view on the specified buffer and puts the selection on the specified linear position.(Inherited from IVsTextManager.)

System_CAPS_pubmethodRegisterBuffer(IVsTextBuffer^)

Registers a text buffer with the text manager.(Inherited from IVsTextManager.)

System_CAPS_pubmethodRegisterIndependentView(Object^, IVsTextBuffer^)

Registers a view from a source other than the core editor.(Inherited from IVsTextManager.)

System_CAPS_pubmethodRegisterView(IVsTextView^, IVsTextBuffer^)

Method information is not provided.(Inherited from IVsTextManager.)

System_CAPS_pubmethodSetFileChangeAdvise(String^, Int32)

Method information is not provided.(Inherited from IVsTextManager.)

System_CAPS_pubmethodSetPerLanguagePreferences(array<LANGPREFERENCES>^)

Method information is not provided.(Inherited from IVsTextManager.)

System_CAPS_pubmethodSetUserPreferences(array<VIEWPREFERENCES>^, array<FRAMEPREFERENCES>^, array<LANGPREFERENCES>^, array<FONTCOLORPREFERENCES>^)

Sets user preferences.(Inherited from IVsTextManager.)

System_CAPS_pubmethodSuspendFileChangeAdvise(String^, Int32)

Suspends file change notifications for a given file.(Inherited from IVsTextManager.)

System_CAPS_pubmethodUnregisterBuffer(IVsTextBuffer^)

Unregisters a buffer.(Inherited from IVsTextManager.)

System_CAPS_pubmethodUnregisterIndependentView(Object^, IVsTextBuffer^)

Unregisters an externally-created view.(Inherited from IVsTextManager.)

System_CAPS_pubmethodUnregisterView(IVsTextView^)

Method information is not provided.(Inherited from IVsTextManager.)

Return to top
Show: