다음을 통해 공유


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

지정한 인덱스의 요소입니다.

적용 대상