[This is preliminary documentation and is subject to change.]
Constructs a path to this element/attribute in the SIF Query Pattern
format. The path is comprised of element tag and attribute names, which
are dependent on the version of SIF specified. The root-level SIF Data
Object element is excluded from the path.
| C# | Visual Basic | Visual C++ |
string GetSQPPath( SifVersion version )
Function GetSQPPath ( _ version As SifVersion _ ) As String
String^ GetSQPPath ( SifVersion^ version )
- version (SifVersion)
- Identifies the version of SIF to return the path for
A path to this element/attribute (e.g. "@RefId", "Email/@Type", etc.)