FolderOperationsCollection.Item[Int32] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 인덱스에서 요소를 가져오거나 설정합니다. C#에서 이 속성은 클래스의 인덱서 FolderOperationsCollection 입니다. JScript에서는 형식에 정의된 기본 인덱싱된 속성을 사용할 수 있지만 사용자 고유의 속성을 명시적으로 정의할 수는 없습니다. 하지만 클래스에 expando 속성을 지정하면 자동으로 Object 타입과 String 타입의 기본 인덱스 속성을 제공합니다.
public:
property Microsoft::ReportingServices::Interfaces::FolderOperation default[int] { Microsoft::ReportingServices::Interfaces::FolderOperation get(int index); };
public Microsoft.ReportingServices.Interfaces.FolderOperation this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.Interfaces.FolderOperation
Default Public ReadOnly Property Item(index As Integer) As FolderOperation
매개 변수
- index
- Int32
가져오기 또는 설정할 요소의 인덱스(0부터 시작)입니다.
속성 값
지정된 인덱스 요소입니다.
설명
이 속성은 다음 구문을 myCollection[index]사용하여 컬렉션의 특정 요소에 액세스하는 기능을 제공합니다.