BaseServiceManager.registeredServices Field
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 collection of registered services.
protected: System::Collections::Generic::Dictionary<Type ^, Microsoft::MixedReality::Toolkit::IMixedRealityService ^> ^ registeredServices;
protected System.Collections.Generic.Dictionary<Type,Microsoft.MixedReality.Toolkit.IMixedRealityService> registeredServices;
val mutable registeredServices : System.Collections.Generic.Dictionary<Type, Microsoft.MixedReality.Toolkit.IMixedRealityService>
Protected registeredServices As Dictionary(Of Type, IMixedRealityService)