Compartir a través de


(HttpContext, String, Guid, SPWeb) del método SPContext.GetContext

Devuelve el contexto de Microsoft SharePoint Foundation para un elemento con el identificador de elemento especificado, el identificador de lista y el sitio Web.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Shared Function GetContext ( _
    context As HttpContext, _
    itemId As String, _
    listId As Guid, _
    web As SPWeb _
) As SPContext
'Uso
Dim context As HttpContext
Dim itemId As String
Dim listId As Guid
Dim web As SPWeb
Dim returnValue As SPContext

returnValue = SPContext.GetContext(context, _
    itemId, listId, web)
public static SPContext GetContext(
    HttpContext context,
    string itemId,
    Guid listId,
    SPWeb web
)

Parámetros

  • itemId
    Tipo: System.String

    Un entero de 32 bits que identifica el elemento.

  • listId
    Tipo: System.Guid

    System.Guid que identifica la lista.

Valor devuelto

Tipo: Microsoft.SharePoint.SPContext
El contexto de SharePoint Foundation .

Vea también

Referencia

clase SPContext

Miembros SPContext

Sobrecarga GetContext

Espacio de nombres Microsoft.SharePoint