GraphNodeIdPropertyDescriptor.FillAttributes-Methode

Fügt der angegebenen Liste der Attribute in der übergeordneten Klasse die Attribute von PropertyDescriptor hinzu.

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
)

Parameter

  • attributeList
    Typ: System.Collections.IList
    Eine IList, in der die Attribute in der übergeordneten Klasse aufgeführt sind.Diese ist zunächst leer.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeIdPropertyDescriptor Klasse

Microsoft.VisualStudio.GraphModel-Namespace