BrowserFactory.SupportedVersions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of browser versions that are supported by this browser factory.
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)
Property Value
A list of browser versions that are supported by this browser factory.