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 命令。如需詳細資訊,請參閱 HOW TO:建立 SharePoint 命令和 HOW TO:執行 SharePoint 命令。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。