Sdílet prostřednictvím


DataObjectChangedEventArgs – konstruktor (String, array<Object[], IDictionary<String, Object>, array<Object , IDictionary<String, Object>)

Inicializuje novou instanci DataObjectChangedEventArgs třídu s názvem typu objektu, pole identifikátor částí představující datový objekt kolekce páry název hodnota vlastnosti, názvy a hodnoty pole nový identifikátor části představující objekt dat a dvojice jiné kolekce názvu a hodnoty pro nové názvy vlastností a hodnoty.

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

Syntaxe

'Deklarace
Public Sub New ( _
    typeName As String, _
    identifier As Object(), _
    propertyValues As IDictionary(Of String, Object), _
    newIdentifier As Object(), _
    newPropertyValues As IDictionary(Of String, Object) _
)
public DataObjectChangedEventArgs(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    Object[] newIdentifier,
    IDictionary<string, Object> newPropertyValues
)
public:
DataObjectChangedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    array<Object^>^ newIdentifier, 
    IDictionary<String^, Object^>^ newPropertyValues
)
new : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newIdentifier:Object[] * 
        newPropertyValues:IDictionary<string, Object> -> DataObjectChangedEventArgs
public function DataObjectChangedEventArgs(
    typeName : String, 
    identifier : Object[], 
    propertyValues : IDictionary<String, Object>, 
    newIdentifier : Object[], 
    newPropertyValues : IDictionary<String, Object>
)

Parametry

  • identifier
    Typ: array<System.Object[]
    Pole identifikátor částí, které identifikují datový objekt.
  • newIdentifier
    Typ: array<System.Object[]
    Pole identifikátor částí, které identifikují nový objekt dat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataObjectChangedEventArgs Třída

DataObjectChangedEventArgs – přetížení

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