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
)

参数

另请参阅

引用

ChangeQuery 类

ChangeQuery 成员

ChangeQuery 重载

Microsoft.SharePoint.Client 命名空间