Condividi tramite


Metodo IVsDataObjectChangeEventsBroker.RaiseObjectChanged (String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>)

Genera l'evento ObjectChanged.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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>
)

Parametri

  • typeName
    Tipo: String

    Il nome del tipo di oggetto dati per il quale generare l'evento.

  • identifier
    Tipo: array<Object[]

    Una matrice contenente le parti dell'identificatore che identificano in modo univoco l'oggetto dati.

  • propertyValues
    Tipo: IDictionary<String, Object>

    I valori delle proprietà obsoleti oggetto dati modificati.

  • newPropertyValues
    Tipo: IDictionary<String, Object>

    I nuovi valori di proprietà dell'oggetto dati modificati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataObjectChangeEventsBroker Interfaccia

Overload RaiseObjectChanged

Spazio dei nomi Microsoft.VisualStudio.Data.Services