Partager via


Action.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets an Action object for a specified ID.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Shared Function GetById ( _
    metadataObjectId As UInteger _
) As Action
'Utilisation
Dim metadataObjectId As UInteger
Dim returnValue As Action

returnValue = Action.GetById(metadataObjectId)
public static Action GetById (
    uint metadataObjectId
)

Paramètres

  • metadataObjectId
    The ID of the action.

Valeur de retour

An Action object.

Voir aussi

Référence

Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms