Share via


CUIDataSource.GetTemplateExtension Method

Gets the template extension specified by the template identifier.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Overridable Function GetTemplateExtension ( _
    templateId As String _
) As DataNode
'Usage
Dim templateId As String
Dim returnValue As DataNode

returnValue = Me.GetTemplateExtension(templateId)
protected virtual DataNode GetTemplateExtension(
    string templateId
)

Parameters

  • templateId
    Type: System.String

    The unique identifier of the template extension.

Return Value

Type: Microsoft.Web.CommandUI.DataNode
A XmlNode object that contains the template extension.

Remarks

This method always returns a null reference (Nothing in Visual Basic).

See Also

Reference

CUIDataSource Class

CUIDataSource Members

Microsoft.Web.CommandUI Namespace