'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function CommonPrefix( _ ByVal collection2 As Object _ ) As UABrowsePathElementCollection
'Usage
Dim instance As _UABrowsePathElementCollection Dim collection2 As Object Dim value As UABrowsePathElementCollection value = instance.CommonPrefix(collection2)
[ElementsNotNull()] [NotNull()] UABrowsePathElementCollection CommonPrefix( object collection2 )
[ElementsNotNull()] [NotNull()] UABrowsePathElementCollection^ CommonPrefix( Object^ collection2 )
Parameters
- collection2
- A OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection object. The other browse path element collection.
Return Value
The sequence of browse names that is the longest common prefix. An empty sequence if there is no common prefix.