UIQuery.AddRibbonTemplateInclude 方法

将扩展模板添加到查询输出。

命名空间:  Microsoft.Web.CommandUI
程序集:  Microsoft.Web.CommandUI(位于 Microsoft.Web.CommandUI.dll 中)

语法

声明
Public Sub AddRibbonTemplateInclude ( _
    templateId As String _
)
用法
Dim instance As UIQuery
Dim templateId As String

instance.AddRibbonTemplateInclude(templateId)
public void AddRibbonTemplateInclude(
    string templateId
)

参数

  • templateId
    类型:System.String

    要在查询结果中包括的扩展模板的标识符。

另请参阅

引用

UIQuery 类

UIQuery 成员

Microsoft.Web.CommandUI 命名空间