Share via


ICachedType.IsDirty Property

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 (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
ReadOnly Property IsDirty As Boolean
bool IsDirty { get; }

Property Value

Type: System.Boolean
true if the cached type has been changed since it was last saved; otherwise, false.

.NET Framework Security

See Also

Reference

ICachedType Interface

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace