IsDirty Property
Microsoft Internal Use Only. Specfies if the project is dirty.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Property IsDirty As Boolean
Get
Set
'Usage
Dim instance As OAProject
Dim value As Boolean
value = instance.IsDirty
instance.IsDirty = value
public virtual bool IsDirty { get; set; }
public:
virtual property bool IsDirty {
bool get ();
void set (bool value);
}
abstract IsDirty : bool with get, set
override IsDirty : bool with get, set
function get IsDirty () : boolean
function set IsDirty (value : boolean)
Property Value
Type: System..::..Boolean
Implements
ProjectIsDirty()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace