ProjectItem.IsDirty-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Property IsDirty As Boolean
bool IsDirty { get; set; }
property bool IsDirty {
    bool get ();
    void set (bool value);
}
abstract IsDirty : bool with get, set
function get IsDirty () : boolean
function set IsDirty (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectItem Schnittstelle

EnvDTE-Namespace