Solution4.IsDirty Propriété

Définition

Détermine si la solution a été modifiée (changée mais pas enregistrée).

public:
 property bool IsDirty { bool get(); void set(bool value); };
public:
 property bool IsDirty { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(22)]
public bool IsDirty { [System.Runtime.InteropServices.DispId(22)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] get; [System.Runtime.InteropServices.DispId(22)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] set; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
[<set: System.Runtime.InteropServices.DispId(22)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

Valeur de propriété

Boolean

True si la solution a été modifiée ; sinon, false.

Implémente

Attributs

S’applique à