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 입니다.

설명

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

적용 대상