次の方法で共有


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

指定したインデックス位置にある要素。

適用対象