Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.