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

指定したインデックス位置にあるコレクション オブジェクト。

適用対象