次の方法で共有


IVsDataObjectChangeEventsBroker.RaiseObjectAdded Method (String, array<Object )

Raises the ObjectAdded event.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
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

See Also

Reference

IVsDataObjectChangeEventsBroker Interface

RaiseObjectAdded Overload

Microsoft.VisualStudio.Data.Services Namespace