Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe 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).