AppendBrowseName | Appends a browse name to the end of the current browse path.
DISPID (Dispatch ID):
For more information, see AppendBrowseName in .NET Reference. |
AppendRelative | Appends a relative browse path to the end of the current browse path. Maximum parent depth is also specified.
DISPID (Dispatch ID):
For more information, see AppendRelative in .NET Reference. |
Clone | Creates a new object that is a copy of the current instance.
DISPID (Dispatch ID):
For more information, see Clone in .NET Reference. |
Combine | Combines the current browse path with a given relative browse path string.
DISPID (Dispatch ID):
For more information, see Combine in .NET Reference. |
CommonPrefix | Determines the longest common prefix of the current browse path and a given browse path.
DISPID (Dispatch ID):
For more information, see CommonPrefix in .NET Reference. |
CommonPrefixLength | Determines length of the longest common prefix of the current browse path and a given browse path.
DISPID (Dispatch ID):
For more information, see CommonPrefixLength 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. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
IsPrefix | Determines whether a given browse path is a prefix of the current browse path.
DISPID (Dispatch ID):
For more information, see IsPrefix in .NET Reference. |
RelativeTo | Computes a relative path string that leads from the current browse to a given browse path, with specified maximum parent depth.
DISPID (Dispatch ID):
For more information, see RelativeTo in .NET Reference. |
TryAppendRelative | Attempts to append a relative browse path string to the current browse path, with specified maximum parent depth.
DISPID (Dispatch ID):
For more information, see TryAppendRelative in .NET Reference. |
TryAssign | Attempts to assign an absolute browse path string to the current browse path object.
DISPID (Dispatch ID):
For more information, see TryAssign in .NET Reference. |
TryCombine | Attempts to combine the current browse path with a given relative browse path string.
DISPID (Dispatch ID):
For more information, see TryCombine in .NET Reference. |
TryRelativeTo | Attempts to compute a relative path string that leads from the current browse to a given browse path.
DISPID (Dispatch ID):
For more information, see TryRelativeTo in .NET Reference. |