GCExtendedGamepadSnapshot.TryGetSnapShotData Method
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.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'TryGetExtendedSnapShotData' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, 4, ObjCRuntime.PlatformArchitecture.None, "Use 'TryGetExtendedSnapShotData' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'TryGetExtendedSnapShotData' instead.")]
public static bool TryGetSnapShotData (Foundation.NSData data, out GameController.GCExtendedGamepadSnapShotDataV100 snapshotData);
public static bool TryGetSnapShotData (Foundation.NSData data, out GameController.GCExtendedGamepadSnapShotDataV100 snapshotData);
static member TryGetSnapShotData : Foundation.NSData * -> bool
Parameters
- data
- NSData
- snapshotData
- GCExtendedGamepadSnapShotDataV100
Returns
- Attributes