Compartir a través de


IVsDataObjectChangeEventsBroker.RaiseObjectChanged (Método) (String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>)

Genera el evento ObjectChanged.

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

Sintaxis

'Declaración
Sub RaiseObjectChanged ( _
    typeName As String, _
    identifier As Object(), _
    propertyValues As IDictionary(Of String, Object), _
    newPropertyValues As IDictionary(Of String, Object) _
)
void RaiseObjectChanged(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    IDictionary<string, Object> newPropertyValues
)
void RaiseObjectChanged(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    IDictionary<String^, Object^>^ newPropertyValues
)
abstract RaiseObjectChanged : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newPropertyValues:IDictionary<string, Object> -> unit
function RaiseObjectChanged(
    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 para que provoque el evento.

  • identifier
    Tipo: array<Object[]

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

  • propertyValues
    Tipo: IDictionary<String, Object>

    Los valores antiguos de propiedad del objeto de datos cambiado.

  • newPropertyValues
    Tipo: IDictionary<String, Object>

    Los nuevos valores de propiedad del objeto de datos cambiado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataObjectChangeEventsBroker Interfaz

RaiseObjectChanged (Sobrecarga)

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