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.