AddInPostDeploymentActionArgs 생성자
AddInPostDeploymentActionArgs 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.VisualStudio.Tools.Applications.Deployment
어셈블리: Microsoft.VisualStudio.Tools.Applications.Runtime(Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
구문
‘선언
Public Sub New ( _
manifestLocation As Uri, _
installationStatus As AddInInstallationStatus, _
deploymentManifestXml As String, _
applicationManifestXml As String, _
hostManifestXml As String, _
postActionManifestXml As String, _
productName As String, _
version As String, _
addInPath As String _
)
public AddInPostDeploymentActionArgs(
Uri manifestLocation,
AddInInstallationStatus installationStatus,
string deploymentManifestXml,
string applicationManifestXml,
string hostManifestXml,
string postActionManifestXml,
string productName,
string version,
string addInPath
)
매개 변수
- manifestLocation
형식: System.Uri
배포 매니페스트의 위치를 가져옵니다.
- installationStatus
형식: Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus
수행되고 있는 추가 기능 설치 유형을 가져옵니다.
- deploymentManifestXml
형식: System.String
추가 기능에 대한 배포 매니페스트를 가져옵니다.
- applicationManifestXml
형식: System.String
추가 기능에 대한 응용 프로그램 매니페스트를 가져옵니다.
- hostManifestXml
형식: System.String
호스트 응용 프로그램에 대한 응용 프로그램 매니페스트를 가져옵니다.
- postActionManifestXml
형식: System.String
배포 후 작업에 대한 응용 프로그램 매니페스트를 가져옵니다.
- productName
형식: System.String
배포 매니페스트에 정의되어 있는 추가 기능의 이름을 가져옵니다.
- version
형식: System.String
다운로드되고 있는 추가 기능의 버전을 가져옵니다.
- addInPath
형식: System.String
추가 기능의 위치를 가져옵니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.