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 SimpleListClass
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
- locale
Type: System..::.Int32
- bstrXML
Type: System..::.String
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.