Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CodedUITestAttribute::ExtensionId Property

 

Gets the universal resource indicator (URI) for the coded UI test.

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

public:
property Uri^ ExtensionId {
	virtual Uri^ get() override;
}

Property Value

Type: System::Uri^

the universal resource identifier (URI) for the Coded UI Test.

Return to top
Show: