Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether this window is minimized.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Property Minimized As Boolean
public virtual bool Minimized { get; set; }
public:
virtual property bool Minimized {
bool get ();
void set (bool value);
}
abstract Minimized : bool with get, set
override Minimized : bool with get, set
function get Minimized () : boolean
function set Minimized (value : boolean)
Property Value
Type: Boolean
true if this window is minimized; otherwise, false.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace