BrowserFactory.SupportedVersions 属性

定义

获取此浏览器工厂支持的浏览器版本的列表。

public:
 abstract property System::Collections::Generic::IList<System::String ^> ^ SupportedVersions { System::Collections::Generic::IList<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IList<string> SupportedVersions { get; }
member this.SupportedVersions : System.Collections.Generic.IList<string>
Public MustOverride ReadOnly Property SupportedVersions As IList(Of String)

属性值

IList<String>

此浏览器工厂支持的浏览器版本的列表。

适用于