Share via


LoadXML Method

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Public Overridable Sub LoadXML ( _
    locale As Integer, _
    bstrXML As String _
)
'Usage
Dim instance As DictionaryClass
Dim locale As Integer
Dim bstrXML As String

instance.LoadXML(locale, bstrXML)
public virtual void LoadXML(
    int locale,
    string bstrXML
)
public:
virtual void LoadXML(
    [InAttribute] int locale, 
    [InAttribute] String^ bstrXML
)
public function LoadXML(
    locale : int, 
    bstrXML : String
)

Parameters

Permissions

See Also

Reference

DictionaryClass Class

DictionaryClass Members

Microsoft.CommerceServer.Runtime Namespace