Solution4.IsDirty Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
True si la solution a été modifiée ; sinon, false.
Implémente
- Attributs