'Usage
Dim instance As _BrowsePath Dim path2 As Object Dim value As Integer value = instance.CommonPrefixLength(path2)
Parameters
- path2
- The other browse path.
Return Value
The common prefix length. Zero if there is no common prefix.
'Usage
Dim instance As _BrowsePath Dim path2 As Object Dim value As Integer value = instance.CommonPrefixLength(path2)
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |