IVstaHelper.LoadVSTA2Project メソッド

定義

指定されたプロジェクトファイルからプロジェクトをアップグレードし読み込みます。

public:
 bool LoadVSTA2Project(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ storage, System::Collections::Generic::IEnumerable<System::String ^> ^ referencesToRemove, System::Collections::Generic::IEnumerable<System::String ^> ^ referenceNamesToAdd);
public bool LoadVSTA2Project(Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage storage, System.Collections.Generic.IEnumerable<string> referencesToRemove, System.Collections.Generic.IEnumerable<string> referenceNamesToAdd);
abstract member LoadVSTA2Project : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage * seq<string> * seq<string> -> bool
Public Function LoadVSTA2Project (storage As VSTAScriptProjectStorage, referencesToRemove As IEnumerable(Of String), referenceNamesToAdd As IEnumerable(Of String)) As Boolean

パラメーター

storage
VSTAScriptProjectStorage

プロジェクトの保管場所です。

referencesToRemove
IEnumerable<String>

アセンブリは「除去」と言及しています。

referenceNamesToAdd
IEnumerable<String>

アセンブリの参照を付け加えます。

返品

方法が成功すれば真である。そうでなければ、誤りです。

適用対象