HttpStaticObjectsCollectionWrapper.Item[String] プロパティ

定義

指定した名前を持つオブジェクトをコレクションから取得します。

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

パラメーター

name
String

取得するオブジェクトの大文字と小文字を区別しない名前。

プロパティ値

見つかった場合は nameで指定されたオブジェクト。それ以外の場合は null

適用対象