CodedUITestAttribute Methods

 

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.QualityTools.CodedUITestFramework (in Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the test class extension object is equal to the provided test class extension object.(Inherited from TestClassExtensionAttribute.)

System_CAPS_pubmethod GetClientSide()

Returns an object that represents the client side of the Coded UI Test.(Overrides TestClassExtensionAttribute.GetClientSide().)

System_CAPS_pubmethod GetExecution()

Returns an object that implements events for unit test events.(Overrides TestClassExtensionAttribute.GetExecution().)

System_CAPS_pubmethod GetHashCode()

Returns the hash code for the ID of the test class extension object.(Inherited from TestClassExtensionAttribute.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethod Match(Object)

(Inherited from Attribute.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfoCount(UInt32)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

(Inherited from Attribute.)

See Also

CodedUITestAttribute Class
Microsoft.VisualStudio.TestTools.UITesting Namespace

Return to top