다음을 통해 공유


TrustLevelCollection.Item[] 속성

정의

TrustLevel 개체 내의 지정된 TrustLevelCollection 항목을 가져옵니다.

오버로드

Item[Int32]

TrustLevel 개체 내에서 지정된 인덱스의 TrustLevelCollection 항목을 가져오거나 설정합니다.

Item[String]

지정된 인덱스의 TrustLevel 개체를 가져옵니다.

Item[Int32]

TrustLevel 개체 내에서 지정된 인덱스의 TrustLevelCollection 항목을 가져오거나 설정합니다.

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

매개 변수

index
Int32

TrustLevel의 인덱스 번호입니다.

속성 값

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

설명

경우는 TrustLevel 개체가 지정 된 인덱스는 TrustLevel 개체가 제거 되 고 새 개체가 추가 됩니다. 없으면 TrustLevel 인덱스에 개체가 있으면 새로 추가 됩니다.

적용 대상

Item[String]

지정된 인덱스의 TrustLevel 개체를 가져옵니다.

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

매개 변수

key
String

TrustLevel의 인덱스입니다.

속성 값

TrustLevel의 지정된 인덱스에 있는 TrustLevelCollection입니다.

설명

A TrustLevel 내에서 지정된 된 인덱스에 개체가 있어야 합니다.는 TrustLevelCollection 개체입니다.

적용 대상