TestClassExtensionAttribute Class
Activates a class so that it is recognized as a Unit Test extension class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::Attribute
Microsoft.VisualStudio.TestTools.UnitTesting::TestClassExtensionAttribute
Microsoft.VisualStudio.TestTools.UITesting::CodedUITestAttribute
| Name | Description | |
|---|---|---|
![]() | TestClassExtensionAttribute() | Initializes a new instance of the TestClassExtensionAttribute class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionId | Gets the unique ID of the extension. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the test class extension object is equal to the provided test class extension object.(Overrides Attribute::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetClientSide() | Gets the TestTypeExtensionClientSide object. |
![]() | GetExecution() | Returns the TestExtensionExecution object. |
![]() | GetHashCode() | Returns the hash code for the ID of the test class extension object.(Overrides Attribute::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




