Solution2.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:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Property IsDirty As Boolean
    Get
    Set
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

Implementiert

_Solution.IsDirty

.NET Framework-Sicherheit

Siehe auch

Referenz

Solution2 Schnittstelle

IsDirty-Überladung

EnvDTE80-Namespace