Share via


ObjectQuery Constructors

Definition

Overloads

ObjectQuery(ObjectModel)

Constructs a query object from an object model using ambient query mode, and initializes parameters with default values inherited from the model.

ObjectQuery(ObjectModel, ObjectObservationMode)

Constructs a query object from an object model using the specified query mode, and initializes parameters with default values inherited from the model.

ObjectQuery(IntPtr, Boolean)

ObjectQuery(ObjectModel)

Constructs a query object from an object model using ambient query mode, and initializes parameters with default values inherited from the model.

public:
 ObjectQuery(Microsoft::Azure::ObjectAnchors::ObjectModel ^ model);
public ObjectQuery (Microsoft.Azure.ObjectAnchors.ObjectModel model);
new Microsoft.Azure.ObjectAnchors.ObjectQuery : Microsoft.Azure.ObjectAnchors.ObjectModel -> Microsoft.Azure.ObjectAnchors.ObjectQuery
Public Sub New (model As ObjectModel)

Parameters

model
ObjectModel

The model.

Applies to

ObjectQuery(ObjectModel, ObjectObservationMode)

Constructs a query object from an object model using the specified query mode, and initializes parameters with default values inherited from the model.

public ObjectQuery (Microsoft.Azure.ObjectAnchors.ObjectModel model, Microsoft.Azure.ObjectAnchors.ObjectObservationMode observationMode);
new Microsoft.Azure.ObjectAnchors.ObjectQuery : Microsoft.Azure.ObjectAnchors.ObjectModel * Microsoft.Azure.ObjectAnchors.ObjectObservationMode -> Microsoft.Azure.ObjectAnchors.ObjectQuery
Public Sub New (model As ObjectModel, observationMode As ObjectObservationMode)

Parameters

model
ObjectModel

The model.

observationMode
ObjectObservationMode

The observation mode.

Applies to

ObjectQuery(IntPtr, Boolean)

protected ObjectQuery (IntPtr ahandle, bool transfer);
new Microsoft.Azure.ObjectAnchors.ObjectQuery : nativeint * bool -> Microsoft.Azure.ObjectAnchors.ObjectQuery
Protected Sub New (ahandle As IntPtr, transfer As Boolean)

Parameters

ahandle
IntPtr

nativeint

transfer
Boolean

Applies to