Share via


IUSDPanel.GetAppById(Guid) Method

Definition

Locates the control/application on this panel based on the Control GUID specified, and returns a reference to the control/application.

public:
 Microsoft::Uii::Csr::IHostedApplication ^ GetAppById(Guid id);
public Microsoft.Uii.Csr.IHostedApplication GetAppById (Guid id);
abstract member GetAppById : Guid -> Microsoft.Uii.Csr.IHostedApplication
Public Function GetAppById (id As Guid) As IHostedApplication

Parameters

id
Guid

Specify the ID of the control/application that you want to locate.

Returns

Applies to