ISharePointConnection.ExecuteCommand 方法 (String)

使用指定的标识符执行 SharePoint 命令。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Sub ExecuteCommand ( _
    commandId As String _
)
void ExecuteCommand(
    string commandId
)

参数

  • commandId
    类型:System.String
    要执行的 SharePoint 命令的标识符。

异常

异常 条件
SharePointConnectionException

与 SharePoint 连接时发生错误。

ArgumentOutOfRangeException

commandId 与任何可用的 SharePoint 命令都不匹配。

SharePointCommandException

SharePoint 命令失败引发异常。

备注

使用此方法执行没有自定义参数或返回值的 SharePoint 命令。 有关更多信息,请参见如何:创建 SharePoint 命令如何:执行 SharePoint 命令

.NET Framework 安全性

请参见

参考

ISharePointConnection 接口

ExecuteCommand 重载

Microsoft.VisualStudio.SharePoint 命名空间