ExtendsAttribute(Type, TypeGrouping) Constructor
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.
Initializes a new instance of the ExtendsAttribute class.
public:
ExtendsAttribute(Type ^ baseType, Microsoft::MixedReality::Toolkit::Utilities::TypeGrouping grouping);
public ExtendsAttribute (Type baseType, Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping grouping);
new Microsoft.MixedReality.Toolkit.ExtendsAttribute : Type * Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping -> Microsoft.MixedReality.Toolkit.ExtendsAttribute
Public Sub New (baseType As Type, grouping As TypeGrouping)
Parameters
- baseType
- Type
Type of class that selectable classes must derive from.
- grouping
- TypeGrouping
Gets or sets grouping of selectable classes. Defaults to ByNamespaceFlat unless explicitly specified.