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

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

プロパティ値

Object

見つかる場合は、name によって指定されるオブジェクト。それ以外の場合は null

適用対象