DependencyType 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.
Describes how objects depend on other objects.
public enum DependencyType
type DependencyType =
Public Enum DependencyType
- Inheritance
-
DependencyType
Fields
Name | Value | Description |
---|---|---|
Alter | 0 | Specifies that the dependent object will be altered or modified by the intended operation. |
Invalid | 1 | Specifies that the dependent object will be left invalid by the intended operation. |
Delete | 2 | Specifies that the dependent object will be deleted by the intended operation. |