ISharePointRemoteCommandContext Interface
Represents a context in which SharePoint command executes.
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 Interface ISharePointRemoteCommandContext
[CLSCompliantAttribute(false)]
public interface ISharePointRemoteCommandContext
The ISharePointRemoteCommandContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ClientContext | Gets the SharePoint client context. |
![]() |
Logger | Gets the SharePoint project logger. |
Top