初始化ConditionalScopeBase对象的新实例。
命名空间: 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 ( _
context As ClientRuntimeContext, _
allowAllActions As Boolean _
)
用法
Dim context As ClientRuntimeContext
Dim allowAllActions As Boolean
Dim instance As New ConditionalScopeBase(context, _
allowAllActions)
protected ConditionalScopeBase(
ClientRuntimeContext context,
bool allowAllActions
)
参数
- allowAllActions
类型:System.Boolean