Compartir a través de


DataObjectChangedEventArgs (Constructor) (String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>)

Inicializa una nueva instancia de la clase de DataObjectChangedEventArgs con el nombre del tipo de objeto, una matriz de identificador parte la representación de objeto de datos, una colección de pares de nombre/valor de nombres de propiedad y valores, y otra colección de pares de nombre/valor por nuevos nombres y valores de propiedad.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Public Sub New ( _
    typeName As String, _
    identifier As Object(), _
    propertyValues As IDictionary(Of String, Object), _
    newPropertyValues As IDictionary(Of String, Object) _
)
public DataObjectChangedEventArgs(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    IDictionary<string, Object> newPropertyValues
)
public:
DataObjectChangedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    IDictionary<String^, Object^>^ newPropertyValues
)
new : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newPropertyValues:IDictionary<string, Object> -> DataObjectChangedEventArgs
public function DataObjectChangedEventArgs(
    typeName : String, 
    identifier : Object[], 
    propertyValues : IDictionary<String, Object>, 
    newPropertyValues : IDictionary<String, Object>
)

Parámetros

  • typeName
    Tipo: String

    El nombre del tipo de objeto de datos.

  • identifier
    Tipo: array<Object[]

    Una matriz de las partes del identificador que identifica el objeto de datos.

  • propertyValues
    Tipo: IDictionary<String, Object>

    Una colección de pares de nombre/valor de nombres de propiedad y valores.

  • newPropertyValues
    Tipo: IDictionary<String, Object>

    Una colección de pares de nombre/valor por nuevos nombres y valores de propiedad

Seguridad de .NET Framework

Vea también

Referencia

DataObjectChangedEventArgs Clase

DataObjectChangedEventArgs (Sobrecarga)

Microsoft.VisualStudio.Data.Services (Espacio de nombres)