Namespace: MonoSoftware.MonoX.ModuleGallery.Mobile
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected override void ParseTemplateTags(
	Hashtable tags,
	SnNoteEntity note,
	VelocityContext velocityContext
)
Visual Basic
Protected Overrides Sub ParseTemplateTags ( 
	tags As Hashtable,
	note As SnNoteEntity,
	velocityContext As VelocityContext
)
Visual C++
protected:
virtual void ParseTemplateTags(
	Hashtable^ tags, 
	SnNoteEntity^ note, 
	VelocityContext^ velocityContext
) override
F#
abstract ParseTemplateTags : 
        tags : Hashtable * 
        note : SnNoteEntity * 
        velocityContext : VelocityContext -> unit 
override ParseTemplateTags : 
        tags : Hashtable * 
        note : SnNoteEntity * 
        velocityContext : VelocityContext -> unit 

Parameters

tags
Type: System.Collections..::..Hashtable
note
Type: SnNoteEntity
velocityContext
Type: VelocityContext

See Also