共用方式為


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

備註

TrustLevel物件必須存在於 物件內的指定索引處 TrustLevelCollection

適用於