Share via


LoadXMLElement Method

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

Syntax

'Declaration
Public Overridable Sub LoadXMLElement ( _
    locale As Integer, _
    pDispXMLElement As Object _
)
'Usage
Dim instance As DictionaryClass
Dim locale As Integer
Dim pDispXMLElement As Object

instance.LoadXMLElement(locale, pDispXMLElement)
public virtual void LoadXMLElement(
    int locale,
    Object pDispXMLElement
)
public:
virtual void LoadXMLElement(
    [InAttribute] int locale, 
    [InAttribute] Object^ pDispXMLElement
)
public function LoadXMLElement(
    locale : int, 
    pDispXMLElement : Object
)

Parameters

Permissions

See Also

Reference

DictionaryClass Class

DictionaryClass Members

Microsoft.CommerceServer.Runtime Namespace