次の方法で共有


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
    配置マニフェストの場所を取得します。
  • deploymentManifestXml
    型: System.String
    アドインの配置マニフェストを取得します。
  • applicationManifestXml
    型: System.String
    アドインのアプリケーション マニフェストを取得します。
  • hostManifestXml
    型: System.String
    ホスト アプリケーションのアプリケーション マニフェストを取得します。
  • postActionManifestXml
    型: System.String
    配置後のアクションのアプリケーション マニフェストを取得します。
  • productName
    型: System.String
    配置マニフェストで定義されているアドインの名前を取得します。
  • version
    型: System.String
    ダウンロードするアドインのバージョンを取得します。
  • addInPath
    型: System.String
    アドインの場所を取得します。

.NET Framework セキュリティ

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

参照

参照

AddInPostDeploymentActionArgs クラス

Microsoft.VisualStudio.Tools.Applications.Deployment 名前空間