次の方法で共有


Graph.LoadAndMerge メソッド (String, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema )

グラフに特定のファイルとマージのグラフ オブジェクト モデルを読み込み。

名前空間:  Microsoft.VisualStudio.GraphModel
アセンブリ:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)

構文

'宣言
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[]
)

パラメーター

  • filename
    型 : System.String
    読み込むファイル グラフ。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

Graph クラス

LoadAndMerge オーバーロード

Microsoft.VisualStudio.GraphModel 名前空間