Compartilhar via


Construtor DataObjectChangedEventArgs (String, array<Object , IDictionary<String, Object>, IDictionary<String, Object>)

Inicializa uma nova instância da classe de DataObjectChangedEventArgs com o nome do tipo de objeto, uma matriz de identificador parte a representação de objeto de dados, de uma coleção de pares nome/valor de nomes e valores de propriedade, e de outra coleção de pares nome/valor para novos nomes e valores de propriedade.

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

Sintaxe

'Declaração
Public Sub New ( _
    typeName As String, _
    identifier As Object(), _
    propertyValues As IDictionary(Of String, Object), _
    newPropertyValues As IDictionary(Of String, Object) _
)
public DataObjectChangedEventArgs(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    IDictionary<string, Object> newPropertyValues
)
public:
DataObjectChangedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    IDictionary<String^, Object^>^ newPropertyValues
)
new : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newPropertyValues:IDictionary<string, Object> -> DataObjectChangedEventArgs
public function DataObjectChangedEventArgs(
    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.
  • identifier
    Tipo: array<System.Object[]
    Uma matriz de partes do identificador que identificam o objeto de dados.

Segurança do .NET Framework

Consulte também

Referência

DataObjectChangedEventArgs Classe

Sobrecargas DataObjectChangedEventArgs

Namespace Microsoft.VisualStudio.Data.Services