ConditionalScopeBase - Constructeur
Initialise une nouvelle instance de l'objet ConditionalScopeBase .
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
context As ClientRuntimeContext, _
allowAllActions As Boolean _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim allowAllActions As Boolean
Dim instance As New ConditionalScopeBase(context, _
allowAllActions)
protected ConditionalScopeBase(
ClientRuntimeContext context,
bool allowAllActions
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- allowAllActions
Type : System.Boolean