Свойство IBrowserProvider.Browsers
Приведенные ниже сведения относятся к верс.2
Получает коллекцию браузеров, предоставленных поставщиком.
Пространство имен: Microsoft.WebMatrix.Extensibility
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
ReadOnly Property Browsers As IEnumerable(Of IBrowser)
Get
'Применение
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>
Значение свойства
Тип: System.Collections.Generic.IEnumerable<IBrowser>
Коллекция браузеров, предоставленных поставщиком.