DataDirect XML Converters 5.0 Send comments on this topic.
Load Method
See Also 
DDTek.XmlConverter.BizTalk Namespace > Disassembler Class : Load Method




propertyBag
errorLog
Load property from property bag

Syntax

Visual Basic (Declaration) 
Public Sub Load( _
   ByVal propertyBag As IPropertyBag, _
   ByVal errorLog As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Disassembler
Dim propertyBag As IPropertyBag
Dim errorLog As Integer
 
instance.Load(propertyBag, errorLog)
C# 
public void Load( 
   IPropertyBag propertyBag,
   int errorLog
)
Managed Extensions for C++ 
public: void Load( 
   IPropertyBag* propertyBag,
   int errorLog
) 
C++/CLI 
public:
void Load( 
   IPropertyBag^ propertyBag,
   int errorLog
) 

Parameters

propertyBag
errorLog

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.