Share via


DataObjectChangedEventArgs.ChangeType, propriété

Extrait la modification d'objet de type de données qui s'est produite, parmi ceux obtenus de l'énumération d' DataObjectChangeType .

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ChangeType As DataObjectChangeType
public DataObjectChangeType ChangeType { get; }
public:
property DataObjectChangeType ChangeType {
    DataObjectChangeType get ();
}
member ChangeType : DataObjectChangeType with get
function get ChangeType () : DataObjectChangeType

Valeur de propriété

Type : Microsoft.VisualStudio.Data.DataObjectChangeType
Retourne une valeur d' DataObjectChangeType représentant la modification d'objet de type de données qui s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

DataObjectChangedEventArgs Classe

Microsoft.VisualStudio.Data, espace de noms