ICachedType.IsDirty Property (2007 System)
Gets a value that indicates whether the cached type has changed since the last time it was saved.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
ReadOnly Property IsDirty As Boolean
'Usage
Dim instance As ICachedType
Dim value As Boolean
value = instance.IsDirty
bool IsDirty { get; }
property bool IsDirty {
bool get ();
}
function get IsDirty () : boolean
Property Value
Type: System.Boolean
true if the cached type has been changed since it was last saved; otherwise, false.