DataObjectEventArgs Constructor

Initializes a new instance of the DataObjectEventArgs class, specifying the object type name and a list of identifier parts representing the data object.

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

Syntax

'宣言
Protected Sub New ( _
    typeName As String, _
    identifier As Object() _
)
'使用
Dim typeName As String
Dim identifier As Object()

Dim instance As New DataObjectEventArgs(typeName, _
    identifier)
protected DataObjectEventArgs(
    string typeName,
    Object[] identifier
)
protected:
DataObjectEventArgs(
    String^ typeName, 
    array<Object^>^ identifier
)
protected function DataObjectEventArgs(
    typeName : String, 
    identifier : Object[]
)

Parameters

  • typeName
    Type: System.String

    The name of the data object's type.

  • identifier
    Type: []

    An array of identifier parts that identify the data object.

Permissions

See Also

Reference

DataObjectEventArgs Class

DataObjectEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace