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
'Декларация
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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace