Partager via


SolutionClass.Saved, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Public Overridable Property Saved As Boolean
    Get
    Set
public virtual bool Saved { get; set; }
public:
virtual property bool Saved {
    bool get ();
    void set (bool value);
}
abstract Saved : bool with get, set
override Saved : bool with get, set
function get Saved () : boolean
function set Saved (value : boolean)

Valeur de propriété

Type : System.Boolean

Implémentations

_Solution.Saved

Sécurité .NET Framework

Voir aussi

Référence

SolutionClass Classe

EnvDTE, espace de noms