Compartilhar via


PackagedSession.FocusedHostControlId Property

Gets or sets the focused host control ID.

Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)

Usage

'Usage
Dim instance As PackagedSession
Dim value As Guid

value = instance.FocusedHostControlId

instance.FocusedHostControlId = value

Syntax

'Declaration
Public Property FocusedHostControlId As Guid
public Guid FocusedHostControlId { get; set; }
public:
property Guid FocusedHostControlId {
    Guid get ();
    void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Guid get_FocusedHostControlId ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_FocusedHostControlId (Guid value)
CompilerGeneratedAttribute 
public function get FocusedHostControlId () : Guid

CompilerGeneratedAttribute 
public function set FocusedHostControlId (value : Guid)

Property Value

Type: Guid

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

PackagedSession Class
PackagedSession Members
Microsoft.Uii.Desktop.SessionManager Namespace

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