共用方式為


HttpCapabilitiesBase.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

要擷取的瀏覽器功能名稱。

屬性值

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

備註

在 JScript 中,您可以使用類型所定義的預設索引屬性,但是不能明確定義自己的屬性。 不過,在 expando 類別上指定 屬性會自動提供預設的索引屬性,其型 Object 別為 和 的 String 索引類型。

適用於