Project.IsDirty Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property IsDirty As Boolean
'Usage
Dim instance As Project 
Dim value As Boolean 

value = instance.IsDirty

instance.IsDirty = value
bool IsDirty { get; set; }
property bool IsDirty {
    bool get ();
    void set (bool value);
}
function get IsDirty () : boolean 
function set IsDirty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Project Interface

Project Members

EnvDTE Namespace