UserCustomActionCollection.GetById 方法
傳回指定識別碼的自訂動作。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function GetById ( _
id As Guid _
) As UserCustomAction
'用途
Dim instance As UserCustomActionCollection
Dim id As Guid
Dim returnValue As UserCustomAction
returnValue = instance.GetById(id)
public UserCustomAction GetById(
Guid id
)
參數
id
類型:System.Guid指定自訂巨集指令的識別碼。
傳回值
類型:Microsoft.SharePoint.Client.UserCustomAction
傳回代表指定的識別碼的自訂動作的UserCustomAction執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[Microsoft.SharePoint.SPException] | 在伺服器上已修改集合。錯誤碼 ︰-2146232832。 |
備註
如果沒有自訂巨集指令對應到指定的識別碼,它必須傳回NULL 。