ImplementsAttribute(Type, TypeGrouping) Constructor

Definition

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.

Applies to