Microsoft.VisualStudio.SharePoint.Commands Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft.VisualStudio.SharePoint.Commands namespace contains types you can use to create custom SharePoint commands.
Classes
SharePointCommandAttribute |
Indicates that a method is a SharePoint command. |
SharePointCommandServices |
Represents services that can be used in a SharePoint command implementation. |
Interfaces
ISharePointCommandContext |
Provides the context in which a SharePoint command is being executed. |
ISharePointCommandLogger |
Represents the logging service for SharePoint commands. |
Enums
LogCategory |
Specifies where messages written by using the SharePoint log service appear in the Output window and Error List window. |
Remarks
A SharePoint command is a method that can be used to call APIs in the SharePoint server object model from an extension for the SharePoint tools in Visual Studio. For more information, see Calling into the SharePoint Object Models and How to: Create a SharePoint Command.