ApplicationHost.IsExtendedApplication(IHostedApplication) 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.
Determines whether the hosted application is an extended application or not
public:
bool IsExtendedApplication(Microsoft::Uii::Csr::IHostedApplication ^ app);
public bool IsExtendedApplication (Microsoft.Uii.Csr.IHostedApplication app);
member this.IsExtendedApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function IsExtendedApplication (app As IHostedApplication) As Boolean
Parameters
The application that needs to be queried
Returns
True
if the application extended, otherwise false
.