FeatureManager.GetCustomAttributes(TypeDefinition, Type) Method

Definition

public:
 System::Collections::Generic::IEnumerable<System::Object ^> ^ GetCustomAttributes(Microsoft::VisualStudio::DesignTools::Extensibility::Metadata::TypeDefinition ^ typeDefinition, Type ^ attributeType);
public System.Collections.Generic.IEnumerable<object> GetCustomAttributes (Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.TypeDefinition typeDefinition, Type attributeType);
member this.GetCustomAttributes : Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.TypeDefinition * Type -> seq<obj>
Public Function GetCustomAttributes (typeDefinition As TypeDefinition, attributeType As Type) As IEnumerable(Of Object)

Parameters

typeDefinition
TypeDefinition
attributeType
Type

Returns

IEnumerable<Object>

Applies to