ISharePointCommandContext Interface
Provides the context in which a SharePoint command is being executed.
Assembly: Microsoft.VisualStudio.SharePoint.Commands (in Microsoft.VisualStudio.SharePoint.Commands.dll)
The ISharePointCommandContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Logger | Gets the log service which you can use to write messages to the Output window or Error List window in Visual Studio. |
|
Site | Gets a Microsoft.SharePoint.SPSite that represents the SharePoint site collection on which the command is run. |
|
Web | Gets a Microsoft.SharePoint.SPWeb that represents the SharePoint site on which the command is run. |
An ISharePointCommandContext is passed to the first parameter of every SharePoint command. For more information, see How to: Create a SharePoint Command.