IMixedRealitySpatialAwarenessSystem.GenerateNewSourceId 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.
Generates a new source identifier for an IMixedRealitySpatialAwarenessObserver implementation.
public:
System::UInt32 GenerateNewSourceId();
public uint GenerateNewSourceId ();
abstract member GenerateNewSourceId : unit -> uint32
Public Function GenerateNewSourceId () As UInteger
Returns
The source identifier to be used by the IMixedRealitySpatialAwarenessObserver implementation.
Remarks
This method is to be called by implementations of the IMixedRealitySpatialAwarenessObserver interface, not by application code.