Share via


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

Raises the ObjectChanged event.

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

Syntax

'Declaration
Sub RaiseObjectChanged ( _
    typeName As String, _
    identifier As Object(), _
    propertyValues As IDictionary(Of String, Object), _
    newIdentifier As Object(), _
    newPropertyValues As IDictionary(Of String, Object) _
)
void RaiseObjectChanged(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    Object[] newIdentifier,
    IDictionary<string, Object> newPropertyValues
)
void RaiseObjectChanged(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    array<Object^>^ newIdentifier, 
    IDictionary<String^, Object^>^ newPropertyValues
)
abstract RaiseObjectChanged : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newIdentifier:Object[] * 
        newPropertyValues:IDictionary<string, Object> -> unit
function RaiseObjectChanged(
    typeName : String, 
    identifier : Object[], 
    propertyValues : IDictionary<String, Object>, 
    newIdentifier : Object[], 
    newPropertyValues : IDictionary<String, Object>
)

Parameters

  • typeName
    Type: System.String

    The name of the type of the data object for which to raise the event.

  • identifier
    Type: array<System.Object[]

    An array containing identifier parts that uniquely identify the old data object.

  • newIdentifier
    Type: array<System.Object[]

    An array containing identifier parts that uniquely identify the new data object.

.NET Framework Security

See Also

Reference

IVsDataObjectChangeEventsBroker Interface

RaiseObjectChanged Overload

Microsoft.VisualStudio.Data.Services Namespace