Propriedade Solution3.IsDirty

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Determina se a solução está suja (modificado, mas não salvo).

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (em EnvDTE90.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
True se a solução é sujo, caso contrário, false.

Implementações

Solution2.IsDirty

Segurança do .NET Framework

Consulte também

Referência

Solution3 Interface

Sobrecargas IsDirty

Namespace EnvDTE90