Gets the number of 'XPath' entries in the container object. XPath (BBIE). Refers to another part of the same document instance.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public int GetXPathCount()
Visual Basic
Public Function GetXPathCount As Integer
Visual C++
public:
virtual int GetXPathCount() sealed
F#
abstract GetXPathCount : unit -> int 
override GetXPathCount : unit -> int 

Return Value

Type: Int32
The number of IText object instances in the container object.

Implements

IDocumentReference..::..GetXPathCount()()()()

See Also