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

指定索引处的元素。

适用于