Share via


ICRMWindowRouter.GetCurrentlyVisableHostedApplicationInAPanel Method

Definition

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.

Applies to