Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Class constructor. Initializes a new, parameterized instance of the DataSupport class with an XML resource stored in a managed assembly.
Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
    resourceName As String, _
    assembly As Assembly _
)
protected DataSupport(
    string resourceName,
    Assembly assembly
)
protected:
DataSupport(
    String^ resourceName, 
    Assembly^ assembly
)
new : 
        resourceName:string * 
        assembly:Assembly -> DataSupport
protected function DataSupport(
    resourceName : String, 
    assembly : Assembly
)
Parameters
- resourceName 
 Type: System.String- The name of the managed resource. 
- assembly 
 Type: System.Reflection.Assembly- The managed assembly that contains the resource. 
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | The resourceName and/or assembly parameters are null. | 
.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.