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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.