ControllerModel.TryGetControllerModelKey(UInt64) 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.
Provides access to a model-specific key to either load a new model or use to cache loaded models.
public bool TryGetControllerModelKey (out ulong modelKey);
member this.TryGetControllerModelKey : uint64 -> bool
Public Function TryGetControllerModelKey (ByRef modelKey As ULong) As Boolean
Parameters
- modelKey
- UInt64
The unique key representing this controller's model, if one exists.
Returns
True if a valid key could be retrieved. False otherwise.