WebSiteProperties.ProjectDirty Property
Gets a value indicating whether the Web site project has changed since it was last opened.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
bool ProjectDirty { get; }
property bool ProjectDirty {
bool get();
}
abstract ProjectDirty : bool with get
ReadOnly Property ProjectDirty As Boolean
Property Value
Type: System.Boolean
true if the Web site project has changed; otherwise false.
Examples
For an example of reading late-bound properties, see WebSiteProperties.
See Also
EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top