Método IVsDataObjectChangeEventsBroker.RaiseObjectChanged (String, array<Object , IDictionary<String, Object>, IDictionary<String, Object>)
Gera o evento ObjectChanged.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- typeName
Tipo: System.String
O nome do tipo de objeto de dados para que gera o evento.
- identifier
Tipo: array<System.Object[]
Uma matriz que contém as partes do identificador que identificam exclusivamente o objeto de dados.
- propertyValues
Tipo: System.Collections.Generic.IDictionary<String, Object>
Os valores de propriedade do objeto de dados antigo alterado.
- newPropertyValues
Tipo: System.Collections.Generic.IDictionary<String, Object>
Os novos valores de propriedade do objeto de dados alterado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IVsDataObjectChangeEventsBroker Interface