次の方法で共有


ClientContext コンストラクター (Uri)

Initializes a new instance of the ClientContext class for the site with the specified Uri object.

名前空間:  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 Sub New ( _
    webFullUrl As Uri _
)
'使用
Dim webFullUrl As Uri

Dim instance As New ClientContext(webFullUrl)
public ClientContext(
    Uri webFullUrl
)

パラメーター

  • webFullUrl
    型: System.Uri

    A Uri object that represents the absolute URL of the SharePoint site.

関連項目

参照先

ClientContext クラス

ClientContext メンバー

ClientContext オーバーロード

Microsoft.SharePoint.Client 名前空間