Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the ObjectAdded event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub RaiseObjectAdded ( _
typeName As String, _
identifier As Object() _
)
void RaiseObjectAdded(
string typeName,
Object[] identifier
)
void RaiseObjectAdded(
String^ typeName,
array<Object^>^ identifier
)
abstract RaiseObjectAdded :
typeName:string *
identifier:Object[] -> unit
function RaiseObjectAdded(
typeName : String,
identifier : Object[]
)
Parameters
- typeName
Type: System.String
The 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.
Remarks
This method delegates the call to RaiseObjectAdded and passes 0 for the groupID parameter.
.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.