'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Function TryAppendRelative( _ ByVal more As String, _ ByVal maximumParentDepth As Integer _ ) As StringParsingError
'Usage
Dim instance As _BrowsePath Dim more As String Dim maximumParentDepth As Integer Dim value As StringParsingError value = instance.TryAppendRelative(more, maximumParentDepth)
[JetBrains.Annotations.CanBeNull()] StringParsingError TryAppendRelative( string more, int maximumParentDepth )
[JetBrains.Annotations.CanBeNull()] StringParsingError^ TryAppendRelative( String^ more, int maximumParentDepth )
Parameters
- more
- The relative browse path string to be appended to the current browse path.
The value of this parameter can be
null
(Nothing
in Visual Basic). - maximumParentDepth
- How many levels above the base path can be referenced.
Return Value
null
if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.
This method can return null
(Nothing
in Visual Basic).