Share via


HitTestResult.ManipulationAwareElements Property

Gets or sets the list of ManipulatableModel objects associated with a hit test.

Syntax

public:
property IVector<ManipulatableModel>^ ManipulationAwareElements {
         IVector<ManipulatableModel>^ get ();
         void set (IVector<ManipulatableModel>^ value);
}
public IList<ManipulatableModel>ManipulationAwareElements { get; set; }
var manipulationAwareElements = hitTestResult.manipulationAwareElements;
hitTestResult.manipulationAwareElements = manipulationAwareElements;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IVector<ManipulatableModel>
Type: IList<ManipulatableModel>
Type: IVector<ManipulatableModel>

 

The list of ManipulatableModel objects associated with a hit test.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

HitTestResult Class
Microsoft.Kinect.Toolkit.Input Namespace