Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaración
Public Property KeepHostProcessAlive As Boolean
public bool KeepHostProcessAlive { get; set; }
public:
virtual property bool KeepHostProcessAlive {
bool get () sealed;
void set (bool value) sealed;
}
abstract KeepHostProcessAlive : bool with get, set
override KeepHostProcessAlive : bool with get, set
final function get KeepHostProcessAlive () : boolean
final function set KeepHostProcessAlive (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.