다음을 통해 공유


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

가져올 개체의 이름으로, 대/소문자를 구분하지 않습니다.

속성 값

Object

name이 지정하는 개체입니다.

예외

적용 대상