ApplicationHost.GetIsolatedApplicationbyID(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 an isolated application by its application ID.
public:
Microsoft::Uii::Csr::IHostedAppUICommand ^ GetIsolatedApplicationbyID(Guid ApplicationID);
public Microsoft.Uii.Csr.IHostedAppUICommand GetIsolatedApplicationbyID (Guid ApplicationID);
member this.GetIsolatedApplicationbyID : Guid -> Microsoft.Uii.Csr.IHostedAppUICommand
Public Function GetIsolatedApplicationbyID (ApplicationID As Guid) As IHostedAppUICommand
Parameters
- ApplicationID
- Guid
Specifeis the application ID
Returns
IHostedAppUICommand interface of the object.