Поделиться через


WpfDesktopApplicationUI.SelectApplication Method

Selects the UI panel and control which is hosting the given application.

Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)

Usage

'Usage
Dim instance As WpfDesktopApplicationUI
Dim id As Guid
Dim returnValue As Boolean

returnValue = instance.SelectApplication(id)

Syntax

'Declaration
Public Overrides Function SelectApplication ( _
    id As Guid _
) As Boolean
public override bool SelectApplication (
    Guid id
)
public:
virtual bool SelectApplication (
    Guid id
) override
public boolean SelectApplication (
    Guid id
)
public override function SelectApplication (
    id : Guid
) : boolean

Parameters

  • id
    Specifies the ID of the application to select.

Return Value

Type: Boolean
True if application is selected, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WpfDesktopApplicationUI Class
WpfDesktopApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.