Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the target for the processing instruction.
[Script]
Script Syntax
strValue= oXMLDOMProcessingInstruction.target;
Script Parameters
None.
Script Return Value
String. Application to which this processing instruction is directed (the target).
[C/C++]
C/C++ Syntax
HRESULT get_target(BSTR* name);
C/C++ Parameters
- name
[out, retval] Application to which this processing instruction is directed (the target).
C/C++ Return Values
- S_OK
Value returned if successful.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
XML defines the target as the first token following the markup that begins the processing instruction. For example, the target has the value "xml" in the processing instruction <?xml version="1.0">.
The target property has the same value as the nodeName property.
This property is read-only, and applies to the following interface:
See Also
Send Feedback on this topic to the authors