Share via


IsDirty 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 IsDirty As Boolean
    Get
'Usage
Dim instance As TextBuffer
Dim value As Boolean

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

Property Value

Type: System..::..Boolean

See Also

Reference

TextBuffer Class

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