ImplementsAttribute(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 ImplementsAttribute class.
public:
ImplementsAttribute(Type ^ interfaceType, Microsoft::MixedReality::Toolkit::Utilities::TypeGrouping grouping);
public ImplementsAttribute (Type interfaceType, Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping grouping);
new Microsoft.MixedReality.Toolkit.ImplementsAttribute : Type * Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping -> Microsoft.MixedReality.Toolkit.ImplementsAttribute
Public Sub New (interfaceType As Type, grouping As TypeGrouping)
Parameters
- interfaceType
- Type
Type of interface that selectable classes must implement.
- grouping
- TypeGrouping
Gets or sets grouping of selectable classes. Defaults to ByNamespaceFlat unless explicitly specified.