GraphNodeIdPropertyDescriptor.FillAttributes Method

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: IList

    An IList that lists the attributes in the parent class. Initially, this is empty.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace