JAMS Developer Guide
GetConverter Method (ForEachAttachment)


MVPSI.JAMS.Activities Namespace > ForEachAttachment Class : GetConverter Method
Returns a type converter for this instance of a component.
Syntax
'Declaration
 
Public Function GetConverter() As System.ComponentModel.TypeConverter
'Usage
 
Dim instance As ForEachAttachment
Dim value As System.ComponentModel.TypeConverter
 
value = instance.GetConverter()
public System.ComponentModel.TypeConverter GetConverter()

Return Value

TypeDescriptor.GetConverter(this, attributes, true)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForEachAttachment Class
ForEachAttachment Members