MixedRealityToolkit.RegisteredMixedRealityServices 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.
Caution
Use GetDataProvider<T> of MixedRealityService registering the desired IMixedRealityDataProvider
Local service registry for the Mixed Reality Toolkit, to allow runtime use of the IMixedRealityService.
public:
property System::Collections::Generic::IReadOnlyList<Tuple<Type ^, Microsoft::MixedReality::Toolkit::IMixedRealityService ^> ^> ^ RegisteredMixedRealityServices { System::Collections::Generic::IReadOnlyList<Tuple<Type ^, Microsoft::MixedReality::Toolkit::IMixedRealityService ^> ^> ^ get(); };
[System.Obsolete("Use GetDataProvider<T> of MixedRealityService registering the desired IMixedRealityDataProvider")]
public System.Collections.Generic.IReadOnlyList<Tuple<Type,Microsoft.MixedReality.Toolkit.IMixedRealityService>> RegisteredMixedRealityServices { get; }
[<System.Obsolete("Use GetDataProvider<T> of MixedRealityService registering the desired IMixedRealityDataProvider")>]
member this.RegisteredMixedRealityServices : System.Collections.Generic.IReadOnlyList<Type * Microsoft.MixedReality.Toolkit.IMixedRealityService>
Public ReadOnly Property RegisteredMixedRealityServices As IReadOnlyList(Of Tuple(Of Type, IMixedRealityService))
Property Value
- Attributes