HttpBrowserCapabilitiesWrapper.Item[String] 屬性

定義

取得指定的瀏覽器能力值。 在 C# 中,這個屬性就是類別的索引器。

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

參數

key
String

瀏覽器名稱,該功能可取得。

屬性值

瀏覽器功能與指定的金鑰名稱。

適用於