Delen via


SharePointRemoteCommand Delegate

Represents a class that is used to attribute a method as a remote command.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.SharePoint.Remote.Commands
Assembly:  Microsoft.VisualStudio.SharePoint.Remote (in Microsoft.VisualStudio.SharePoint.Remote.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Delegate Function SharePointRemoteCommand ( _
    context As ISharePointRemoteCommandContext, _
    arg As Object _
) As Object
[CLSCompliantAttribute(false)]
public delegate Object SharePointRemoteCommand(
    ISharePointRemoteCommandContext context,
    Object arg
)

Parameters

  • arg
    Type: Object

Return Value

Type: Object

See Also

Reference

Microsoft.VisualStudio.SharePoint.Remote.Commands Namespace