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>
공급자가 제공한 브라우저 컬렉션입니다.