Compartir a través de


ApplicationUnderTest.Resizable (Propiedad)

Obtiene un valor que indica si se puede cambia el tamaño de la ventana de la aplicación.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Resizable As Boolean
    Get
public virtual bool Resizable { get; }
public:
virtual property bool Resizable {
    bool get ();
}
abstract Resizable : bool
override Resizable : bool
function get Resizable () : boolean

Valor de propiedad

Tipo: System.Boolean
Es true si se puede cambia el tamaño de la ventana de la aplicación; en caso contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

ApplicationUnderTest Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)