Partager via


DataObjectSupport, constructeur (String, Assembly)

Instancie une nouvelle instance de la classe d' DataObjectSupport avec une ressource XML stockée dans un assembly managé.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    resourceName As String, _
    assembly As Assembly _
)
public DataObjectSupport(
    string resourceName,
    Assembly assembly
)
public:
DataObjectSupport(
    String^ resourceName, 
    Assembly^ assembly
)
new : 
        resourceName:string * 
        assembly:Assembly -> DataObjectSupport
public function DataObjectSupport(
    resourceName : String, 
    assembly : Assembly
)

Paramètres

  • resourceName
    Type : System.String
    Le nom de la ressource managée.

Notes

Ce constructeur appelle le constructeur de base : DataSupport.

Sécurité .NET Framework

Voir aussi

Référence

DataObjectSupport Classe

DataObjectSupport, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms