GraphNodeIdPropertyDescriptor::FillAttributes Method (IList^)

 

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)

protected:
virtual void FillAttributes(
	IList^ attributeList
) override

Parameters

attributeList
Type: System.Collections::IList^

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

Return to top
Show: