target Property (Windows CE 5.0)

Send Feedback

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:

IXMLDOMProcessingInstruction

See Also

nodeName Property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.