Compartir a través de


HostedControl.AddImplicitAction Method

Adds implicit action . Action Id will use the maximum available int .

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim actionName As String

Me.AddImplicitAction(actionName)

Syntax

'Declaration
Protected Sub AddImplicitAction ( _
    actionName As String _
)
protected void AddImplicitAction (
    string actionName
)
protected:
void AddImplicitAction (
    String^ actionName
)
protected void AddImplicitAction (
    String actionName
)
protected function AddImplicitAction (
    actionName : String
)

Parameters

  • actionName

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

HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace

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