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