DataObjectChangeEvents.RaiseObjectRemoved Method (String, array<Object )
Raises a standalone ObjectRemoved event, specifying type name and object identifier.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaración
Public Sub RaiseObjectRemoved ( _
typeName As String, _
identifier As Object() _
)
public void RaiseObjectRemoved(
string typeName,
Object[] identifier
)
public:
void RaiseObjectRemoved(
String^ typeName,
array<Object^>^ identifier
)
member RaiseObjectRemoved :
typeName:string *
identifier:Object[] -> unit
public function RaiseObjectRemoved(
typeName : String,
identifier : Object[]
)
Parameters
- typeName
Type: System.String
The name of the type of object that was removed.
- identifier
Type: array<System.Object[]
The identifier of the object that was removed.
.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.