HttpStaticObjectsCollectionBase.Item[String] 屬性

定義

當在衍生類別中覆寫時,會從集合中取得指定名稱的物件。

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

參數

name
String

要取得的物件名稱大小寫不區分。

屬性值

name指定的物件。

例外狀況

適用於