ObjectQuery Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.