Partager via


Graph.LoadAndMerge, méthode (String, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema )

Charge le modèle objet de graphique dans le fichier spécifié et le fusionne dans le graphique.

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

Syntaxe

'Déclaration
Public Sub LoadAndMerge ( _
    filename As String, _
    progressHandler As EventHandler(Of GraphDeserializationProgressEventArgs), _
    ParamArray schemas As GraphSchema() _
)
public void LoadAndMerge(
    string filename,
    EventHandler<GraphDeserializationProgressEventArgs> progressHandler,
    params GraphSchema[] schemas
)
public:
void LoadAndMerge(
    String^ filename, 
    EventHandler<GraphDeserializationProgressEventArgs^>^ progressHandler, 
    ... array<GraphSchema^>^ schemas
)
member LoadAndMerge : 
        filename:string * 
        progressHandler:EventHandler<GraphDeserializationProgressEventArgs> * 
        schemas:GraphSchema[] -> unit 
public function LoadAndMerge(
    filename : String, 
    progressHandler : EventHandler<GraphDeserializationProgressEventArgs>, 
    ... schemas : GraphSchema[]
)

Paramètres

  • filename
    Type : System.String
    Le fichier graphique à charger.

Sécurité .NET Framework

Voir aussi

Référence

Graph Classe

LoadAndMerge, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms