ApplicationHost.QueryInterface(AifInterfaces, 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.
Checks whether a particular application implements a specified interface.
public:
Microsoft::Uii::Csr::IHostedApplication ^ QueryInterface(Microsoft::Uii::Csr::AifInterfaces requestedInterface, Microsoft::Uii::Csr::IHostedApplication ^ app);
public Microsoft.Uii.Csr.IHostedApplication QueryInterface (Microsoft.Uii.Csr.AifInterfaces requestedInterface, Microsoft.Uii.Csr.IHostedApplication app);
member this.QueryInterface : Microsoft.Uii.Csr.AifInterfaces * Microsoft.Uii.Csr.IHostedApplication -> Microsoft.Uii.Csr.IHostedApplication
Public Function QueryInterface (requestedInterface As AifInterfaces, app As IHostedApplication) As IHostedApplication
Parameters
- requestedInterface
- AifInterfaces
Specifies the interface
Specifies the application that needs to be queried
Returns
Hosted Application