IEditor.Dirty Property

Applies to v2.

Gets or sets a value that indicates whether the text was modified by the user.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property Dirty As Boolean 
    Get 
    Set
'Usage
Dim instance As IEditor 
Dim value As Boolean 

value = instance.Dirty

instance.Dirty = value
bool Dirty { get; set; }
property bool Dirty {
    bool get ();
    void set (bool value);
}
abstract Dirty : bool with get, set
function get Dirty () : boolean 
function set Dirty (value : boolean)

Property Value

Type: System.Boolean
true if the text was modified by the user; otherwise, false.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace