Method.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a method 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 Method
'Utilisation
Dim id As UInteger
Dim returnValue As Method
returnValue = Method.GetById(id)
public static Method GetById (
uint id
)
Paramètres
- id
The ID of the method.
Valeur de retour
A Method object.
Voir aussi
Référence
Method, classe
Membres Method
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms