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.
Retrieves the type of data object change that occurred, from among those obtained from the DataObjectChangeType enumeration.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectChangeType
Returns a DataObjectChangeType value representing the type of data object change that occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.