CUIDataSource.GetTemplatesUsedByTabGroups Method
Gets the templates from the specified RibbonNodeList.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Sub GetTemplatesUsedByTabGroups ( _
templates As Hashtable, _
xnlGroups As RibbonNodeList _
)
'Usage
Dim templates As Hashtable
Dim xnlGroups As RibbonNodeList
Me.GetTemplatesUsedByTabGroups(templates, _
xnlGroups)
protected void GetTemplatesUsedByTabGroups(
Hashtable templates,
RibbonNodeList xnlGroups
)
Parameters
templates
Type: System.Collections.HashtableThe list of templates that are retrieved from the node list.
xnlGroups
Type: Microsoft.Web.CommandUI.RibbonNodeListA list of groups that contain the templates.
Remarks
The templates are stored in templates and indexed by the template identifier.