Partilhar via


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

Gera o evento ObjectChanged.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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: System.String
    O nome do tipo de objeto de dados para que gera o evento.
  • identifier
    Tipo: array<System.Object[]
    Uma matriz que contém as partes do identificador que identificam exclusivamente o objeto de dados.

Segurança do .NET Framework

Consulte também

Referência

IVsDataObjectChangeEventsBroker Interface

Sobrecargas RaiseObjectChanged

Namespace Microsoft.VisualStudio.Data.Services