Site.OpenWebById 方法
傳回具有指定 GUID 的網站。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function OpenWebById ( _
gWebId As Guid _
) As Web
'用途
Dim instance As Site
Dim gWebId As Guid
Dim returnValue As Web
returnValue = instance.OpenWebById(gWebId)
public Web OpenWebById(
Guid gWebId
)
參數
gWebId
類型:System.GuidGUID,指定要傳回的網站。
傳回值
類型:Microsoft.SharePoint.Client.Web
傳回代表指定 GUID,網站Web.instance。