Freigeben über


Solution2.IsDirty-Eigenschaft

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

Nur zur internen Verwendung von Microsoft.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

Solution2 Schnittstelle

EnvDTE80-Namespace