BaseClassTraversalDepth Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the depth used to traverse up a base class inheritance hierarchy.
public enum class BaseClassTraversalDepth
public enum BaseClassTraversalDepth
type BaseClassTraversalDepth =
Public Enum BaseClassTraversalDepth
- Inheritance
-
BaseClassTraversalDepth
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies not to traverse through the base classes in the inheritance hierarchy. |
Recursive | 1 | Specifies to recursively traverse through all the base classes in the inheritance hierarchy. |