TrustLevelCollection.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 개체입니다.
적용 대상
.NET