Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of browser versions that are supported by this browser factory.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SupportedVersions As IList(Of String)
public abstract IList<string> SupportedVersions { get; }
public:
virtual property IList<String^>^ SupportedVersions {
IList<String^>^ get () abstract;
}
abstract SupportedVersions : IList<string> with get
abstract function get SupportedVersions () : IList<String>
Property Value
Type: IList<String>
A list of browser versions that are supported by this browser factory.
.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.