ExtendsAttribute(Type, TypeGrouping) Constructor

Definition

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.

Applies to