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>
提供者所提供之瀏覽器的集合。