Share via


IServerDocumentDesigner.IsTagOfType Method

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Function IsTagOfType ( _
    tagName As String, _
    type As Type _
) As Boolean
'Usage
Dim instance As IServerDocumentDesigner
Dim tagName As String
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsTagOfType(tagName, _
    type)
bool IsTagOfType(
    string tagName,
    Type type
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

IServerDocumentDesigner Interface

IServerDocumentDesigner Members

Microsoft.Web.Design.Server Namespace