다음을 통해 공유


ChangeQuery Constructors

Definition

Overloads

ChangeQuery()

public ChangeQuery();
Public Sub New ()

Applies to

ChangeQuery(Boolean, Boolean)

public ChangeQuery(bool allChangeObjectTypes, bool allChangeTypes);
new Microsoft.SharePoint.Client.ChangeQuery : bool * bool -> Microsoft.SharePoint.Client.ChangeQuery
Public Sub New (allChangeObjectTypes As Boolean, allChangeTypes As Boolean)

Parameters

allChangeObjectTypes
Boolean
allChangeTypes
Boolean

Applies to