IUSDPanel.GetAppById(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.