Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether the program icon appears in the taskbar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ShowInTaskbar As Boolean
public virtual bool ShowInTaskbar { get; }
public:
virtual property bool ShowInTaskbar {
bool get ();
}
abstract ShowInTaskbar : bool with get
override ShowInTaskbar : bool with get
function get ShowInTaskbar () : boolean
Property Value
Type: Boolean
true if the program icon appears in the taskbar; 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.