Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Loads the graph object model from the given file and merges it in to the graph.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub LoadAndMerge ( _
filename As String, _
ParamArray schemas As GraphSchema() _
)
public void LoadAndMerge(
string filename,
params GraphSchema[] schemas
)
public:
void LoadAndMerge(
String^ filename,
... array<GraphSchema^>^ schemas
)
member LoadAndMerge :
filename:string *
schemas:GraphSchema[] -> unit
public function LoadAndMerge(
filename : String,
... schemas : GraphSchema[]
)
Parameters
filename
Type: StringThe graph file to load.
schemas
Type: array<Microsoft.VisualStudio.GraphModel.GraphSchema[]The schemas.
.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.