Share via


ModelEvent.GetAttributes(Type) Method

Definition

public:
 abstract System::Collections::Generic::IEnumerable<System::Object ^> ^ GetAttributes(Type ^ attributeType);
public abstract System.Collections.Generic.IEnumerable<object> GetAttributes (Type attributeType);
abstract member GetAttributes : Type -> seq<obj>
Public MustOverride Function GetAttributes (attributeType As Type) As IEnumerable(Of Object)

Parameters

attributeType
Type

Returns

Applies to