'Declaration<CanBeNullAttribute()> Public Overloads Function TryAppendRelative( _ ByVal more As String _ ) As IStringParsingError
'UsageDim instance As BrowsePath Dim more As String Dim value As IStringParsingError value = instance.TryAppendRelative(more)
[CanBeNull()] public IStringParsingError TryAppendRelative( string more )
[CanBeNull()] public: IStringParsingError^ TryAppendRelative( String^ more )
Parameters
- more
 - The relative browse path string to be appended to the current browse path.
 
Return Value
null if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.