IVsDataObjectChangeEventsBroker.RaiseObjectDeleted Method (String, array<Object )
Raises the ObjectDeleted event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub RaiseObjectDeleted ( _
typeName As String, _
identifier As Object() _
)
void RaiseObjectDeleted(
string typeName,
Object[] identifier
)
void RaiseObjectDeleted(
String^ typeName,
array<Object^>^ identifier
)
abstract RaiseObjectDeleted :
typeName:string *
identifier:Object[] -> unit
function RaiseObjectDeleted(
typeName : String,
identifier : 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 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.