DataObjectChangedEventArgs (Constructor) (String, array<Object[], IDictionary<String, Object>, array<Object[], IDictionary<String, Object>)
Inicializa una nueva instancia de la clase de DataObjectChangedEventArgs con el nombre del tipo de objeto, una matriz de identificador parte la representación de objeto de datos, una colección de pares de nombre/valor de nombres de propiedad y valores, de una matriz de nuevas partes del identificador que representa el objeto de datos, y otra colección de pares de nombre/valor por nuevos nombres y valores de propiedad.
Espacio de nombres: Microsoft.VisualStudio.Data.Services
Ensamblado: Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)
Sintaxis
'Declaración
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>
)
Parámetros
typeName
Tipo: StringEl nombre del tipo de objeto de datos.
identifier
Tipo: array<Object[]Una matriz de las partes del identificador que identifica el objeto de datos.
propertyValues
Tipo: IDictionary<String, Object>Una colección de pares de nombre/valor de nombres de propiedad y valores.
newIdentifier
Tipo: array<Object[]Una matriz de las partes del identificador que identifica el nuevo.
newPropertyValues
Tipo: IDictionary<String, Object>Una colección de pares de nombre/valor por nuevos nombres y valores de propiedad.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DataObjectChangedEventArgs Clase