Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Overrides ReadOnly Property ExtensionId As Uri
public override Uri ExtensionId { get; }
public:
virtual property Uri^ ExtensionId {
Uri^ get () override;
}
abstract ExtensionId : Uri
override ExtensionId : Uri
override function get ExtensionId () : Uri
Property Value
Type: System.Uri
the universal resource identifier (URI) for the Coded UI Test.
.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.