IMixedRealityDataProviderAccess Interface    
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.
Allows systems to provide access to their managed data providers.
public interface class IMixedRealityDataProviderAccess
	public interface IMixedRealityDataProviderAccess
	type IMixedRealityDataProviderAccess = interface
	Public Interface IMixedRealityDataProviderAccess
	- Derived
 
Methods
| GetDataProvider(String) | 
		 Get the data provider that is registered under the specified name.  | 
        	
| GetDataProvider<T>(String) | 
		 Get the data provider that is registered under the specified name (optional) and matching the specified type.  | 
        	
| GetDataProviders() | 
		 Gets the collection of registered data providers.  | 
        	
| GetDataProviders<T>() | 
		 Get the collection of registered observers of the specified type.  |