다음을 통해 공유


ProtocolCollection.Item[] 속성

정의

지정된 ProtocolElement 컬렉션 항목을 가져옵니다.

오버로드

Item[Int32]

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

컬렉션의 지정된 인덱스에서 ProtocolElement 개체를 가져옵니다.

Item[String]

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 키를 가진 첫 번째 엔트리의 값을 가져옵니다.

설명

Item[] 는 .NET Framework 3.5에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

Item[Int32]

컬렉션의 지정된 인덱스에서 ProtocolElement 개체를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

index
Int32

ProtocolElement 인스턴스에 있는 ProtocolCollection 개체의 인덱스입니다.

속성 값

ProtocolElement

ProtocolElement 개체입니다.

설명

Item[] 는 .NET Framework 3.5에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상

Item[String]

지정된 키를 가진 첫 번째 엔트리의 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Web::Configuration::ProtocolElement ^ default[System::String ^] { System::Web::Configuration::ProtocolElement ^ get(System::String ^ name); };
public System.Web.Configuration.ProtocolElement this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProtocolElement
Default Public ReadOnly Property Item(name As String) As ProtocolElement

매개 변수

name
String

가져올 엔트리의 키입니다.

속성 값

ProtocolElement

있는 경우 지정한 키가 있는 첫 번째 엔트리 값을 나타내는 ProtocolElement 개체이고, 그렇지 않으면 null입니다.

설명

Item[] 는 .NET Framework 3.5에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상