DataObjectChangedEventArgs Constructor (String, [], [])

Initializes a new instance of the DataObjectChangedEventArgs class with the object type name, an array of identifier parts, and another array of new 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(), _
    newIdentifier As Object() _
)
'使用
Dim typeName As String
Dim identifier As Object()
Dim newIdentifier As Object()

Dim instance As New DataObjectChangedEventArgs(typeName, _
    identifier, newIdentifier)
public DataObjectChangedEventArgs(
    string typeName,
    Object[] identifier,
    Object[] newIdentifier
)
public:
DataObjectChangedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier, 
    array<Object^>^ newIdentifier
)
public function DataObjectChangedEventArgs(
    typeName : String, 
    identifier : Object[], 
    newIdentifier : 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.

  • newIdentifier
    Type: []

    An array of new identifier parts that identify the data object.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

DataObjectChangedEventArgs Overload

Microsoft.VisualStudio.Data.Services Namespace