VSConstants.VsTextBufferUserDataGuid.UserReadOnlyErrorString_guid Field

Definition

string: This property provides a specific error message for 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 IVsUIShell::SetErrorInfo. The caller can decide whether to show the message to the user.

public: static initonly Guid UserReadOnlyErrorString_guid;
public static readonly Guid UserReadOnlyErrorString_guid;
 staticval mutable UserReadOnlyErrorString_guid : Guid
Public Shared ReadOnly UserReadOnlyErrorString_guid As Guid 

Field Value

Applies to