GCControllerElement.Collection Property
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.
The GCControllerElement that this
is a part of.
public virtual GameController.GCControllerElement Collection { [Foundation.Export("collection", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; }
member this.Collection : GameController.GCControllerElement
Property Value
- Attributes
Remarks
If this
is an element of another GCControllerElement, this will hold the "parent" GCControllerElement. (The D-Pad can be read as either a pair of GCControllerAxisInput elements or as four GCControllerButtonInput elements.)