PIs property
Returns or sets the processing instruction collection details.
Syntax
object.PIs [= PIs]
The PIs property syntax has these parts:
Part
Description
object
An
object expression
that evaluates to an
XMLparser
.
PIs
Any expression that evaluates to a
PIs
.
Remarks
This returns a
PIs
object if there were any processing instructions, otherwise it will return Nothing.