共用方式為


WebCollection.Add 方法

將新網站新增至集合。

命名空間:  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 Add ( _
    parameters As WebCreationInformation _
) As Web
'用途
Dim instance As WebCollection
Dim parameters As WebCreationInformation
Dim returnValue As Web

returnValue = instance.Add(parameters)
public Web Add(
    WebCreationInformation parameters
)

參數

傳回值

類型:Microsoft.SharePoint.Client.Web
代表新網站的Web物件。

例外狀況

例外狀況 條件
SPException

parameters中指定的 URL 已在使用中。錯誤碼 ︰-2147024713。

請參閱

參照

WebCollection 類別

WebCollection 成員

Microsoft.SharePoint.Client 命名空間