GraphNodeIdPropertyDescriptor.FillAttributes Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.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.