Sdílet prostřednictvím


IVsDataObjectChangeEventsBroker.RaiseObjectChanged – metoda (String, array<Object , IDictionary<String, Object>, IDictionary<String, Object>)

Vyvolá událost ObjectChanged.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

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

Parametry

  • typeName
    Typ: System.String
    Název typu datový objekt, pro který chcete zvýšit události.
  • identifier
    Typ: array<System.Object[]
    Pole obsahující identifikátor části, které jednoznačně identifikují datový objekt.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataObjectChangeEventsBroker Rozhraní

RaiseObjectChanged – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů