PartialTrustVisibleAssemblyCollection.Item[Int32] 属性

定义

获取位于指定索引位置的 PartialTrustVisibleAssembly 对象。

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

参数

index
Int32

要获取的元素的索引。

属性值

PartialTrustVisibleAssembly

指定索引处的集合对象。

适用于