ConstructorInfoWrapper.GetCustomAttributesData Method
This member overrides MemberInfo.GetCustomAttributesData().
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: System.Collections.Generic.IList<CustomAttributeData>
.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.