VSConstants::VsTextBufferUserDataGuid::UserReadOnlyErrorString_string Field

 

Provides a specific error message when the buffer originates the BUFFER_E_READONLY error. Set this string to be the (localized) text you want displayed to the user. Note that the buffer itself does not put up UI, but only calls SetErrorInfo. The caller can decide whether to show the message to the user.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
literal String^ UserReadOnlyErrorString_string

Field Value

Type: System::String^
Return to top
Show: