Condividi tramite


Proprietà SolutionClass.IsDirty

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Public Overridable Property IsDirty As Boolean
public virtual bool IsDirty { get; set; }
public:
virtual property bool IsDirty {
    bool get ();
    void set (bool value);
}
abstract IsDirty : bool with get, set
override IsDirty : bool with get, set
function get IsDirty () : boolean
function set IsDirty (value : boolean)

Valore proprietà

Tipo: System.Boolean

Implementa

_Solution.IsDirty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SolutionClass Classe

Spazio dei nomi EnvDTE