Udostępnij za pośrednictwem


Właściwość SolutionClass.IsDirty —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.Boolean

Implementuje

_Solution.IsDirty

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SolutionClass Klasa

Przestrzeń nazw EnvDTE