Search
ItemTypeResolver.ResolveType Method
See Also
 





Returns the Type of the specified id.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public override Type ResolveType (
    string id
)

Visual Basic  Copy Code

Public Overrides Function ResolveType( _
    id As String _
) As Type

 Parameters

id

 Return Value

 See Also