BaseDataProviderServiceInspector.ApplyProviderConfiguration 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.
Applies the given concrete data provider type properties to the provided IMixedRealityServiceConfiguration instance (as represented by BaseDataProviderServiceInspector.ServiceConfigurationProperties). Requires MixedRealityDataProviderAttribute on concrete type class to pull initial values that will be applied to the BaseDataProviderServiceInspector.ServiceConfigurationProperties container SerializedProperties
protected:
virtual void ApplyProviderConfiguration(Type ^ dataProviderType, Microsoft::MixedReality::Toolkit::Editor::BaseDataProviderServiceInspector::ServiceConfigurationProperties ^ providerProperties);
protected virtual void ApplyProviderConfiguration (Type dataProviderType, Microsoft.MixedReality.Toolkit.Editor.BaseDataProviderServiceInspector.ServiceConfigurationProperties providerProperties);
abstract member ApplyProviderConfiguration : Type * Microsoft.MixedReality.Toolkit.Editor.BaseDataProviderServiceInspector.ServiceConfigurationProperties -> unit
override this.ApplyProviderConfiguration : Type * Microsoft.MixedReality.Toolkit.Editor.BaseDataProviderServiceInspector.ServiceConfigurationProperties -> unit
Protected Overridable Sub ApplyProviderConfiguration (dataProviderType As Type, providerProperties As BaseDataProviderServiceInspector.ServiceConfigurationProperties)
Parameters
- dataProviderType
- Type
- providerProperties
- BaseDataProviderServiceInspector.ServiceConfigurationProperties