Initializes a new instance of the DataObjectChangedEventArgs class with the object type name and an array of identifier parts representing the 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() _
)
'使用
Dim typeName As String
Dim identifier As Object()
Dim instance As New DataObjectChangedEventArgs(typeName, _
identifier)
public DataObjectChangedEventArgs(
string typeName,
Object[] identifier
)
public:
DataObjectChangedEventArgs(
String^ typeName,
array<Object^>^ identifier
)
public function DataObjectChangedEventArgs(
typeName : String,
identifier : Object[]
)
Parameters
typeName
Type: System.StringThe name of the data object's type.
identifier
Type: []An array of identifier parts that identify the data object.
Permissions
- 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.
See Also
Reference
DataObjectChangedEventArgs Class
DataObjectChangedEventArgs Members