IVsReadOnlyViewNotification Interface

 

Manages notification of the read-only status of a view.

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

[GuidAttribute("FC62B6C7-6E71-44C6-8DD8-016FD5952612")]
[InterfaceTypeAttribute(1)]
public interface IVsReadOnlyViewNotification

NameDescription
System_CAPS_pubmethodOnDisabledEditingCommand(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.

Return to top
Show: