Add | Adds an object to the end of the collection.
DISPID (Dispatch ID):
For more information, see Add in .NET Reference. |
Clear | Removes all elements from the collection.
DISPID (Dispatch ID):
For more information, see Clear in .NET Reference. |
CommonPrefix | Determines the longest common prefix of the current OPC-UA browse path element collection and a given OPC-UA browse path element collection.
DISPID (Dispatch ID):
For more information, see CommonPrefix in .NET Reference. |
CommonPrefixLength | Determines length of the longest common prefix of the current OPC-UA browse path element collection and a given OPC-UA browse path element collection.
DISPID (Dispatch ID):
For more information, see CommonPrefixLength in .NET Reference. |
Contains | Determines whether an element is in the collection.
DISPID (Dispatch ID):
For more information, see Contains in .NET Reference. |
CopyTo |
DISPID (Dispatch ID):
For more information, see CopyTo in .NET Reference. |
Equals | Determines whether the specified object is equal to the current object.
DISPID (Dispatch ID):
For more information, see Equals in .NET Reference. |
format | Formats the browse path element into a string.
DISPID (Dispatch ID):
For more information, see Format in .NET Reference. |
GetEnumerator | Returns an enumerator that iterates through a collection.
DISPID (Dispatch ID):
For more information, see GetEnumerator in .NET Reference. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
DISPID (Dispatch ID):
For more information, see IndexOf in .NET Reference. |
Insert | Inserts an element into the collection at the specified index.
DISPID (Dispatch ID):
For more information, see Insert in .NET Reference. |
IsPrefix | Determines whether a given OPC-UA browse path element collection is a prefix of the current browse path element collection.
DISPID (Dispatch ID):
For more information, see IsPrefix in .NET Reference. |
Remove | Removes the first occurrence of a specific object from the collection.
DISPID (Dispatch ID):
For more information, see Remove in .NET Reference. |
RemoveAt | Removes the element at the specified index of the collection.
DISPID (Dispatch ID):
For more information, see RemoveAt in .NET Reference. |
ToUAQualifiedNameCollection | Converts the current relative path to a sequence of qualified names.
DISPID (Dispatch ID):
For more information, see ToUAQualifiedNameCollection in .NET Reference. |