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
- 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.