Share via


SPSite.OpenWeb-Methode (Guid)

Returns the Web site with the specified GUID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function OpenWeb ( _
    gWebId As Guid _
) As SPWeb
'Usage
Dim instance As SPSite
Dim gWebId As Guid
Dim returnValue As SPWeb

returnValue = instance.OpenWeb(gWebId)
public SPWeb OpenWeb(
    Guid gWebId
)

Parameter

  • gWebId
    Typ: System.Guid

    A GUID that specifies which Web site to return.

Rückgabewert

Typ: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the Web site.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

OpenWeb-Überladung

Microsoft.SharePoint-Namespace