共用方式為


Site.OpenWeb 方法

使用指定的 URL 開啟新的網站。

命名空間:  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 OpenWeb ( _
    strUrl As String _
) As Web
'用途
Dim instance As Site
Dim strUrl As String
Dim returnValue As Web

returnValue = instance.OpenWeb(strUrl)
public Web OpenWeb(
    string strUrl
)

參數

  • strUrl
    類型:System.String

    指定網頁的相對若要開啟的網站 URL 的伺服器相對的 URL。如果 strurl 是空值,必須先開啟最上層的網站。

傳回值

類型:Microsoft.SharePoint.Client.Web
傳回代表的新網站使用指定的 URL 開啟Web執行個體。

例外狀況

例外狀況 條件
[System.ArgumentException]

指定的 URL 必須參照有效的網站。錯誤碼 ︰-2147024809。

備註

它不能null 參考 (未執行任何動作 於 Visual Basic 中)。

請參閱

參照

Site 類別

Site 成員

Microsoft.SharePoint.Client 命名空間