: MethodInstance.GetById (Método) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets a MethodInstance object given its ID.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Function GetById ( _
methodInstanceId As UInteger _
) As MethodInstance
'Uso
Dim methodInstanceId As UInteger
Dim returnValue As MethodInstance
returnValue = MethodInstance.GetById(methodInstanceId)
public static MethodInstance GetById (
uint methodInstanceId
)
Parámetros
- methodInstanceId
The ID of the MethodInstance object.
Valor devuelto
A MethodInstance object.
Vea también
Referencia
MethodInstance (Clase)
MethodInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)