DataObjectAddedEventArgs Constructor

Initializes a new instance of the DataObjectAddedEventArgs class with the object type name and an array of identifier parts representing this data object.

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

Syntax

声明
Public Sub New ( _
    typeName As String, _
    identifier As Object() _
)
public DataObjectAddedEventArgs(
    string typeName,
    Object[] identifier
)
public:
DataObjectAddedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier
)
new : 
        typeName:string * 
        identifier:Object[] -> DataObjectAddedEventArgs
public function DataObjectAddedEventArgs(
    typeName : String, 
    identifier : Object[]
)

Parameters

  • typeName
    Type: System.String
    The name of the data object's type.
  • identifier
    Type: array<System.Object[]
    An array of identifier parts that identify the data object.

.NET Framework Security

See Also

Reference

DataObjectAddedEventArgs Class

Microsoft.VisualStudio.Data.Services Namespace