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