WebRequestModuleElementCollection.Item[] 속성

정의

지정된 인덱스 또는 키가 있는 요소를 가져오거나 설정합니다.

오버로드

Name Description
Item[Int32]

컬렉션에서 지정된 위치에 있는 요소를 가져오거나 설정합니다.

Item[String]

지정된 키를 가진 요소를 가져오거나 설정합니다.

Item[Int32]

컬렉션에서 지정된 위치에 있는 요소를 가져오거나 설정합니다.

public:
 property System::Net::Configuration::WebRequestModuleElement ^ default[int] { System::Net::Configuration::WebRequestModuleElement ^ get(int index); void set(int index, System::Net::Configuration::WebRequestModuleElement ^ value); };
public System.Net.Configuration.WebRequestModuleElement this[int index] { get; set; }
member this.Item(int) : System.Net.Configuration.WebRequestModuleElement with get, set
Default Public Property Item(index As Integer) As WebRequestModuleElement

매개 변수

index
Int32

요소의 인덱스(0부터 시작하는 인덱스)입니다.

속성 값

WebRequestModuleElement 지정된 위치에 있는 위치입니다.

적용 대상

Item[String]

지정된 키를 가진 요소를 가져오거나 설정합니다.

public:
 property System::Net::Configuration::WebRequestModuleElement ^ default[System::String ^] { System::Net::Configuration::WebRequestModuleElement ^ get(System::String ^ name); void set(System::String ^ name, System::Net::Configuration::WebRequestModuleElement ^ value); };
public System.Net.Configuration.WebRequestModuleElement this[string name] { get; set; }
member this.Item(string) : System.Net.Configuration.WebRequestModuleElement with get, set
Default Public Property Item(name As String) As WebRequestModuleElement

매개 변수

name
String

컬렉션의 요소에 대한 키입니다.

속성 값

WebRequestModuleElement 지정된 키가 있거나 지정된 키를 null 가진 요소가 없는 경우입니다.

적용 대상