VSConstants.VsTextBufferUserDataGuid.UserReadOnlyErrorString_string 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: System::String ^ UserReadOnlyErrorString_string;
std::wstring UserReadOnlyErrorString_string;
public const string UserReadOnlyErrorString_string;
val mutable UserReadOnlyErrorString_string : string
Public Const UserReadOnlyErrorString_string As String 

Field Value

Applies to