Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Specifies the type of data object change that has occurred.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Dichiarazione
Public Enumeration DataObjectChangeType
public enum DataObjectChangeType
public enum class DataObjectChangeType
type DataObjectChangeType
public enum DataObjectChangeType
Members
| Member name | Description | |
|---|---|---|
| Add | A new data object has been added. | |
| Change | An existing data object has been changed. | |
| Remove | An existing data object has been removed. |
Remarks
This enumeration recognizes three types of change: Add, Change, and Remove.