Share via


IsReadOnly Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As TextBuffer
Dim value As Boolean

value = instance.IsReadOnly
public virtual bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool
override IsReadOnly : bool
function get IsReadOnly () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

TextBuffer Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace