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

引发 ObjectChanged 事件。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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>
)

参数

  • typeName
    类型:String

    数据对象类型的名称将引发事件。

  • identifier
    类型:array<Object[]

    包含唯一标识数据对象的标识符部件的数组。

  • propertyValues
    类型:IDictionary<String, Object>

    已更改数据对象的早期属性值。

  • newPropertyValues
    类型:IDictionary<String, Object>

    已更改数据对象的新属性值。

.NET Framework 安全性

请参阅

参考

IVsDataObjectChangeEventsBroker 接口

RaiseObjectChanged 重载

Microsoft.VisualStudio.Data.Services 命名空间