共用方式為


FullTrustAssemblyCollection.Item[Int32] 屬性

定義

從集合中指定之索引處取得 FullTrustAssembly 物件。

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

參數

index
Int32

集合項目索引。

屬性值

FullTrustAssembly

在指定索引上的項目。

適用於