ToolboxCategoryItems.Item[Int32] 속성

정의

지정된 인덱스에 있는 도구 상자 범주를 가져오거나 설정합니다.

public:
 property System::Activities::Presentation::Toolbox::ToolboxCategory ^ default[int] { System::Activities::Presentation::Toolbox::ToolboxCategory ^ get(int index); };
public System.Activities.Presentation.Toolbox.ToolboxCategory this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.Toolbox.ToolboxCategory
Default Public ReadOnly Property Item(index As Integer) As ToolboxCategory

매개 변수

index
Int32

가져올 도구 상자 범주 항목의 인덱스(0부터 시작)입니다.

속성 값

지정된 인덱스에 있는 도구 상자 범주 Object입니다.

설명

ToolboxCategoryItemsIList 인터페이스를 구현합니다. 이 속성은 myCollection[index] 구문을 사용하여 컬렉션의 특정 요소에 액세스하는 기능을 제공합니다.

적용 대상