GoDiagram Web Reference
FindTransformer Method

a Type, or null if t is null
Returns the first IGoXmlTransformer associated with a given type or its base types.
Syntax
'Declaration
 
Public Function FindTransformer( _
   ByVal t As Type _
) As IGoXmlTransformer
public IGoXmlTransformer FindTransformer( 
   Type t
)

Parameters

t
a Type, or null if t is null

Return Value

a IGoXmlTransformer, or null if the type and none of its base Types have a transformer associated with it, as returned by calls to GetTransformer
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

GoXmlReaderWriterBase Class
GoXmlReaderWriterBase Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback