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.
Applies to v2.
Gets the collection of browsers supplied by the provider.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Browsers As IEnumerable(Of IBrowser)
Get
'Usage
Dim instance As IBrowserProvider
Dim value As IEnumerable(Of IBrowser)
value = instance.Browsers
IEnumerable<IBrowser> Browsers { get; }
property IEnumerable<IBrowser^>^ Browsers {
IEnumerable<IBrowser^>^ get ();
}
abstract Browsers : IEnumerable<IBrowser>
function get Browsers () : IEnumerable<IBrowser>
Property Value
Type: System.Collections.Generic.IEnumerable<IBrowser>
The collection of browsers supplied by the provider.