Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates the source of a change that was made during a transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Enumeration ChangeSource
public enum ChangeSource
public enum class ChangeSource
type ChangeSource
public enum ChangeSource
Members
| Member name | Description | |
|---|---|---|
| Normal | Changes that occurred during normal processing. | |
| Other | Changes that during some other processing. | |
| Propagate | Changes that occurred during delete propagation. | |
| Rule | Changes that occurred during rule firing. |