Share via


ConstructorInfoWrapper.GetCustomAttributesData Method

Gets the data for the attributes that have been applied to this method.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Overrides Function GetCustomAttributesData As IList(Of CustomAttributeData)
public override IList<CustomAttributeData> GetCustomAttributesData()
public:
virtual IList<CustomAttributeData^>^ GetCustomAttributesData() override
abstract GetCustomAttributesData : unit -> IList<CustomAttributeData> 
override GetCustomAttributesData : unit -> IList<CustomAttributeData> 
public override function GetCustomAttributesData() : IList<CustomAttributeData>

Return Value

Type: IList<CustomAttributeData>
Returns IList.

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace