USDPopupPanel.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.
Gets the application by ID.
public:
virtual Microsoft::Uii::Csr::IHostedApplication ^ GetAppById(Guid id);
public Microsoft.Uii.Csr.IHostedApplication GetAppById (Guid id);
abstract member GetAppById : Guid -> Microsoft.Uii.Csr.IHostedApplication
override this.GetAppById : Guid -> Microsoft.Uii.Csr.IHostedApplication
Public Function GetAppById (id As Guid) As IHostedApplication
Parameters
- id
- Guid
Specifies the ID.