Anteckning
Å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 or sets a value that indicates whether to search in minimized windows.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property SearchInMinimizedWindows As Boolean
public bool SearchInMinimizedWindows { get; set; }
public:
property bool SearchInMinimizedWindows {
bool get ();
void set (bool value);
}
member SearchInMinimizedWindows : bool with get, set
function get SearchInMinimizedWindows () : boolean
function set SearchInMinimizedWindows (value : boolean)
Property Value
Type: System.Boolean
true to search in minimized windows; 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.