共用方式為


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

具有指定索引鍵名稱的瀏覽器功能。

例外狀況

適用於