Partager via


MethodInstance.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets the method instance object given its ID.

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

Syntaxe

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

returnValue = MethodInstance.GetById(id)
public static MethodInstance GetById (
    uint id
)

Paramètres

  • id
    The ID of the method instance.

Valeur de retour

The method instance object.

Voir aussi

Référence

MethodInstance, classe
Membres MethodInstance
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms