언어

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>

조립 참고문헌을 추가로 하겠습니다.

반품

방법이 성공하면 참이고; 그렇지 않으면 거짓입니다.

적용 대상