Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raises the ObjectChanged event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub RaiseObjectChanged ( _
typeName As String, _
identifier As Object(), _
newIdentifier As Object() _
)
void RaiseObjectChanged(
string typeName,
Object[] identifier,
Object[] newIdentifier
)
void RaiseObjectChanged(
String^ typeName,
array<Object^>^ identifier,
array<Object^>^ newIdentifier
)
abstract RaiseObjectChanged :
typeName:string *
identifier:Object[] *
newIdentifier:Object[] -> unit
function RaiseObjectChanged(
typeName : String,
identifier : Object[],
newIdentifier : Object[]
)
Parameters
typeName
Type: System.StringThe name of the type of the data object for which to raise the event.
identifier
Type: array<System.Object[]An array containing identifier parts that uniquely identify the old data object.
newIdentifier
Type: array<System.Object[]An array containing identifier parts that uniquely identify the new data object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.