DataMappedObjectTypeAttribute Constructor

Initializes a new instance of the DataMappedObjectTypeAttribute class, specifying the type name.

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

Syntax

'宣言
Public Sub New ( _
    typeName As String _
)
'使用
Dim typeName As String

Dim instance As New DataMappedObjectTypeAttribute(typeName)
public DataMappedObjectTypeAttribute(
    string typeName
)
public:
DataMappedObjectTypeAttribute(
    String^ typeName
)
public function DataMappedObjectTypeAttribute(
    typeName : String
)

Parameters

  • typeName
    Type: System.String

    The name of the generic type that is mapped.

Permissions

See Also

Reference

DataMappedObjectTypeAttribute Class

DataMappedObjectTypeAttribute Members

Microsoft.VisualStudio.Data.Services Namespace