IDesktopFeatureAccess.GetVisableApplicationOnPanel(String, String) 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 visible application on panel.
public:
Microsoft::Uii::Csr::IHostedApplication ^ GetVisableApplicationOnPanel(System::String ^ panelName, [Runtime::InteropServices::Out] System::String ^ % VisableAppNameOnPanel);
public Microsoft.Uii.Csr.IHostedApplication GetVisableApplicationOnPanel (string panelName, out string VisableAppNameOnPanel);
abstract member GetVisableApplicationOnPanel : string * string -> Microsoft.Uii.Csr.IHostedApplication
Public Function GetVisableApplicationOnPanel (panelName As String, ByRef VisableAppNameOnPanel As String) As IHostedApplication
Parameters
- panelName
- String
Specifies the panel name.
- VisableAppNameOnPanel
- String
Gets the visible application name on panel.