DerivedClassTraversalDepth 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 down a derived class inheritance hierarchy.
public enum class DerivedClassTraversalDepth
public enum DerivedClassTraversalDepth
type DerivedClassTraversalDepth =
Public Enum DerivedClassTraversalDepth
- Inheritance
-
DerivedClassTraversalDepth
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies not to traverse down the derived classes in the inheritance hierarchy. |
Recursive | 1 | Specifies to recursively traverse down all the derived classes in the inheritance hierarchy. |