다음을 통해 공유


IDesktopFeatureAccess.GetVisableApplicationOnPanel Method

Gets visible application on panel.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As IDesktopFeatureAccess
Dim panelName As String
Dim VisableAppNameOnPanel As String
Dim returnValue As IHostedApplication

returnValue = instance.GetVisableApplicationOnPanel(panelName, VisableAppNameOnPanel)

Syntax

'Declaration
Function GetVisableApplicationOnPanel ( _
    panelName As String, _
    <OutAttribute> ByRef VisableAppNameOnPanel As String _
) As IHostedApplication
IHostedApplication GetVisableApplicationOnPanel (
    string panelName,
    out string VisableAppNameOnPanel
)
IHostedApplication^ GetVisableApplicationOnPanel (
    String^ panelName, 
    [OutAttribute] String^% VisableAppNameOnPanel
)
IHostedApplication GetVisableApplicationOnPanel (
    String panelName, 
    /** @attribute OutAttribute() */ /** @ref */ String VisableAppNameOnPanel
)

Parameters

  • panelName
    Specifies the panel name.
  • VisableAppNameOnPanel
    Gets the visible application name on panel.

Return Value

Type: IHostedApplication.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.