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.
Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Protected Overrides Sub FillAttributes ( _
attributeList As IList _
)
protected override void FillAttributes(
IList attributeList
)
protected:
virtual void FillAttributes(
IList^ attributeList
) override
abstract FillAttributes :
attributeList:IList -> unit
override FillAttributes :
attributeList:IList -> unit
protected override function FillAttributes(
attributeList : IList
)
Parameters
attributeList
Type: IListAn IList that lists the attributes in the parent class. Initially, this is empty.
.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.