MixedRealityServiceProfileAttribute Constructors
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.
Overloads
MixedRealityServiceProfileAttribute(Type, Type) | |
MixedRealityServiceProfileAttribute(Type[], Type[]) |
MixedRealityServiceProfileAttribute(Type, Type)
public MixedRealityServiceProfileAttribute (Type requiredType, Type excludedType = default);
new Microsoft.MixedReality.Toolkit.MixedRealityServiceProfileAttribute : Type * Type -> Microsoft.MixedReality.Toolkit.MixedRealityServiceProfileAttribute
Public Sub New (requiredType As Type, Optional excludedType As Type = Nothing)
Parameters
- requiredType
- Type
- excludedType
- Type
Applies to
MixedRealityServiceProfileAttribute(Type[], Type[])
public MixedRealityServiceProfileAttribute (Type[] requiredTypes, Type[] excludedTypes = default);
new Microsoft.MixedReality.Toolkit.MixedRealityServiceProfileAttribute : Type[] * Type[] -> Microsoft.MixedReality.Toolkit.MixedRealityServiceProfileAttribute
Public Sub New (requiredTypes As Type(), Optional excludedTypes As Type() = Nothing)
Parameters
- requiredTypes
- Type[]
- excludedTypes
- Type[]