ClientRuntimeContext コンストラクター
Initializes a new instance of the ClientRuntimeContext class with the specified absolute URL.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内); Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内) Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)
構文
'宣言
Protected Sub New ( _
webFullUrl As String _
)
'使用
Dim webFullUrl As String
Dim instance As New ClientRuntimeContext(webFullUrl)
protected ClientRuntimeContext(
string webFullUrl
)
パラメーター
webFullUrl
型: System.StringThe String that represents the absolute URL for the site collection.