ToolboxCategory.Tools 属性

定义

获取 ToolboxCategory 中的工具。

public:
 property System::Collections::Generic::ICollection<System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^> ^ Tools { System::Collections::Generic::ICollection<System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Activities.Presentation.Toolbox.ToolboxItemWrapper> Tools { get; }
member this.Tools : System.Collections.Generic.ICollection<System.Activities.Presentation.Toolbox.ToolboxItemWrapper>
Public ReadOnly Property Tools As ICollection(Of ToolboxItemWrapper)

属性值

一个 ICollection<T> 包含 的 ToolboxCategory

适用于