ICRMWindowRouter.GetCurrentlyVisableHostedApplicationInAPanel 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.
public:
Microsoft::Uii::Csr::IHostedApplication ^ GetCurrentlyVisableHostedApplicationInAPanel(System::String ^ panelName, [Runtime::InteropServices::Out] System::String ^ % VisableAppNameOnPanel);
public Microsoft.Uii.Csr.IHostedApplication GetCurrentlyVisableHostedApplicationInAPanel (string panelName, out string VisableAppNameOnPanel);
abstract member GetCurrentlyVisableHostedApplicationInAPanel : string * string -> Microsoft.Uii.Csr.IHostedApplication
Public Function GetCurrentlyVisableHostedApplicationInAPanel (panelName As String, ByRef VisableAppNameOnPanel As String) As IHostedApplication
Parameters
- panelName
- String
- VisableAppNameOnPanel
- String
Returns
Returns IHostedApplication.