TestSpecList.GetAttributes Method

Gets the AttributeCollection associated with this list.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
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
The AttributeCollection associated with this list.

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

TestSpecList Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace