다음을 통해 공유


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

지정된 indexToolboxItemWrapper 개체입니다.

예외

indexToolboxCategory 컬렉션에서 유효하지 않은 경우

적용 대상