ChangeQuery construtor (Boolean, Boolean)
Inicializa uma nova instância do objeto ChangeQuery .
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Sub New ( _
allChangeObjectTypes As Boolean, _
allChangeTypes As Boolean _
)
'Uso
Dim allChangeObjectTypes As Boolean
Dim allChangeTypes As Boolean
Dim instance As New ChangeQuery(allChangeObjectTypes, _
allChangeTypes)
public ChangeQuery(
bool allChangeObjectTypes,
bool allChangeTypes
)
Parâmetros
- allChangeObjectTypes
Tipo: System.Boolean
- allChangeTypes
Tipo: System.Boolean