BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileRequired 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.
Inspect the attributes of the provided system type to determine if a configuration profile is required.
protected:
bool IsProfileRequired(Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ serviceType);
protected bool IsProfileRequired (Microsoft.MixedReality.Toolkit.Utilities.SystemType serviceType);
member this.IsProfileRequired : Microsoft.MixedReality.Toolkit.Utilities.SystemType -> bool
Protected Function IsProfileRequired (serviceType As SystemType) As Boolean
Parameters
- serviceType
- SystemType
The system type representing the service.
Returns
True if the service is decorated with an attribute indicating a profile is required, false otherwise.