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
- tagName
Type: System.String
- type
Type: System.Type
Return Value
Type: System.Boolean
See Also
Reference
IServerDocumentDesigner Interface