ChangeQuery 构造函数 (Boolean, Boolean)
Initializes a new instance of the ChangeQuery object.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Sub New ( _
allChangeObjectTypes As Boolean, _
allChangeTypes As Boolean _
)
用法
Dim allChangeObjectTypes As Boolean
Dim allChangeTypes As Boolean
Dim instance As New ChangeQuery(allChangeObjectTypes, _
allChangeTypes)
public ChangeQuery(
bool allChangeObjectTypes,
bool allChangeTypes
)
参数
- allChangeObjectTypes
类型:System.Boolean
- allChangeTypes
类型:System.Boolean