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)

Syntax

public override Uri ExtensionId { get; }
public:
property Uri^ ExtensionId {
    virtual Uri^ get() override;
}
override ExtensionId : Uri with get
Public Overrides ReadOnly Property ExtensionId As Uri

Property Value

Type: System.Uri

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

See Also

CodedUITestAttribute Class
Microsoft.VisualStudio.TestTools.UITesting Namespace

Return to top