Exception_CannotGetTextBuffer Property

Looks up a localized string similar to Cannot get the text buffer from file {0}..

Namespace:  Microsoft.VisualStudio.Data.Tools.Design
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Common (in Microsoft.VisualStudio.Data.Tools.Design.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Exception_CannotGetTextBuffer As String
    Get
'Usage
Dim value As String

value = Resources.Exception_CannotGetTextBuffer
public static string Exception_CannotGetTextBuffer { get; }
public:
static property String^ Exception_CannotGetTextBuffer {
    String^ get ();
}
static member Exception_CannotGetTextBuffer : string
static function get Exception_CannotGetTextBuffer () : String

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Design Namespace