ArcFM Desktop Developer Guide
createProcessingInstruction Method (IXMLDOMDocument2)


Syntax
'Declaration
 
<DispIdAttribute(46)>
Function createProcessingInstruction( _
   ByVal target As String, _
   ByVal data As String _
) As IXMLDOMProcessingInstruction
'Usage
 
Dim instance As IXMLDOMDocument2
Dim target As String
Dim data As String
Dim value As IXMLDOMProcessingInstruction
 
value = instance.createProcessingInstruction(target, data)
[DispId(46)]
IXMLDOMProcessingInstruction createProcessingInstruction( 
   string target,
   string data
)

Parameters

target
data
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IXMLDOMDocument2 Interface
IXMLDOMDocument2 Members

 

 


Send Comment