'Declaration
<PureAttribute()> Public Function CommonPrefixLength( _ ByVal path2 As BrowsePath _ ) As Integer
'Usage
Dim instance As BrowsePath Dim path2 As BrowsePath Dim value As Integer value = instance.CommonPrefixLength(path2)
[Pure()] public int CommonPrefixLength( BrowsePath path2 )
[Pure()] public: int CommonPrefixLength( BrowsePath^ path2 )
Parameters
- path2
- The other browse path.
Return Value
The common prefix length. Zero if there is no common prefix.