'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function CommonPrefix( _ ByVal path2 As Object _ ) As StringCollection
'Usage
Dim instance As _BrowsePath Dim path2 As Object Dim value As StringCollection value = instance.CommonPrefix(path2)
[ElementsNotNull()] [NotNull()] StringCollection CommonPrefix( object path2 )
[ElementsNotNull()] [NotNull()] StringCollection^ CommonPrefix( Object^ path2 )
Parameters
- path2
- The other browse path.
Return Value
The sequence of browse name that is the longest common prefix. An empty sequence if there is no common prefix.