ToolboxCategory.Item[Int32] 속성

정의

지정된 인덱스에서 도구를 가져오거나 설정합니다.

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

매개 변수

index
Int32

가져올 도구의 인덱스(0부터 시작)입니다.

속성 값

ToolboxItemWrapper 지정된 index에 있는 개체입니다.

예외

index 컬렉션에 ToolboxCategory 유효하지 않습니다.

적용 대상