ProtocolElementCollection.Item[] 속성

정의

컬렉션의 요소를 가져오거나 설정합니다.

오버로드

Item[Int32]

컬렉션의 지정된 인덱스에 있는 요소를 가져오거나 설정합니다.

Item[Object]

컬렉션의 지정된 키를 갖는 ProtocolElement를 가져오거나 설정합니다.

Item[Int32]

컬렉션의 지정된 인덱스에 있는 요소를 가져오거나 설정합니다.

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

매개 변수

index
Int32

컬렉션에 포함된 인덱스(0부터 시작)입니다.

속성 값

ProtocolElement

지정한 인덱스에 있는 ProtocolElement입니다.

적용 대상

Item[Object]

컬렉션의 지정된 키를 갖는 ProtocolElement를 가져오거나 설정합니다.

public:
 property System::Web::Services::Configuration::ProtocolElement ^ default[System::Object ^] { System::Web::Services::Configuration::ProtocolElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::ProtocolElement ^ value); };
public System.Web.Services.Configuration.ProtocolElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.ProtocolElement with get, set
Default Public Property Item(key As Object) As ProtocolElement

매개 변수

key
Object

컬렉션에서 가져오거나 설정할 ProtocolElement의 키입니다.

속성 값

ProtocolElement

지정된 키를 가진 ProtocolElement입니다.

예외

지정된 키를 갖는 ProtocolElement가 컬렉션에 없는 경우

적용 대상