CustomTaskPaneCollection.Add 方法
包括受保护的成员
包括继承的成员
创建新的 CustomTaskPane 并将它添加到当前的 CustomTaskPaneCollection 中。
重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。
重载列表
名称 | 说明 | |
---|---|---|
Add(UserControl, String) | 创建新的 CustomTaskPane 并将它添加到当前的 CustomTaskPaneCollection 中。自定义任务窗格基于指定的 UserControl 并具有指定的标题。 | |
Add(UserControl, String, Object) | 创建新的 CustomTaskPane 并将它添加到当前的 CustomTaskPaneCollection 中。自定义任务窗格基于指定的 UserControl,具有指定的标题,并且与指定的应用程序窗口关联。 |
页首