DataObjectSupport Constructor (String, Assembly)

Instantiates a new instance of the DataObjectSupport class with an XML resource stored in a managed assembly.

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

Syntax

'宣言
Public Sub New ( _
    resourceName As String, _
    assembly As Assembly _
)
'使用
Dim resourceName As String
Dim assembly As Assembly

Dim instance As New DataObjectSupport(resourceName, _
    assembly)
public DataObjectSupport(
    string resourceName,
    Assembly assembly
)
public:
DataObjectSupport(
    String^ resourceName, 
    Assembly^ assembly
)
public function DataObjectSupport(
    resourceName : String, 
    assembly : Assembly
)

Parameters

  • resourceName
    Type: System.String

    The name of the managed resource.

Remarks

This constructor calls its base constructor: DataSupport.

Permissions

See Also

Reference

DataObjectSupport Class

DataObjectSupport Members

DataObjectSupport Overload

Microsoft.VisualStudio.Data.Framework Namespace