IVsReadOnlyViewNotification Interface
Visual Studio 2015
Manages notification of the read-only status of a view.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnDisabledEditingCommand(Guid, UInt32) | Notifies that the view is read-only and editing commands are disabled. |
This interface is implemented by a language service that puts up UI when editing commands are executed in a read-only view. You can retrieve the interface using QueryInterface from IVsTextViewFilter on the language service’s command filter.
Show:
