HttpBrowserCapabilitiesBase.Item[String] 属性

定义

在派生类中重写时,获取指定浏览器功能的值。 在 C# 中,此属性是类的索引器。

public:
 virtual property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public virtual string this[string key] { get; }
member this.Item(string) : string
Default Public Overridable ReadOnly Property Item(key As String) As String

参数

key
String

要检索的浏览器功能的名称。

属性值

String

具有指定键名称的浏览器功能。

例外

适用于