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 SimpleListClass
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
- locale
Type: System..::.Int32
- pDispXMLElement
Type: System..::.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.