ModelItem.GetAttributes(Type) Method
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.
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