Поделиться через


BaseNodeProperties.GetAttributes Method

Gets an AttributeCollection of the attributes contained by this properties object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Декларация
Public Function GetAttributes As AttributeCollection
public AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes() sealed
abstract GetAttributes : unit -> AttributeCollection 
override GetAttributes : unit -> AttributeCollection 
public final function GetAttributes() : AttributeCollection

Return Value

Type: System.ComponentModel.AttributeCollection
An AttributeCollection of the attributes contained by this properties object.

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace