Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected Sub New ( _
typeName As String, _
identifier As Object() _
)
protected DataObjectEventArgs(
string typeName,
Object[] identifier
)
protected:
DataObjectEventArgs(
String^ typeName,
array<Object^>^ identifier
)
new :
typeName:string *
identifier:Object[] -> DataObjectEventArgs
protected function DataObjectEventArgs(
typeName : String,
identifier : Object[]
)
Parameters
typeName
Type: System.StringThe 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
- 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.