Share via


SharePointRemoteCommand Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Return Value

Type: System.Object

See Also

Reference

Microsoft.VisualStudio.SharePoint.Remote.Commands Namespace