_EnvironmentDocuments.DetectFileChangesOutsideIDE (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
Property DetectFileChangesOutsideIDE As Boolean
bool DetectFileChangesOutsideIDE { get; set; }
property bool DetectFileChangesOutsideIDE {
    bool get ();
    void set (bool value);
}
abstract DetectFileChangesOutsideIDE : bool with get, set
function get DetectFileChangesOutsideIDE () : boolean
function set DetectFileChangesOutsideIDE (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si se detectarán los cambios externos; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

_EnvironmentDocuments Interfaz

EnvDTE (Espacio de nombres)