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

適用於