次の方法で共有


AddInPostDeploymentActionArgs クラス

IAddInPostDeploymentAction を実装するクラスに渡される引数です。

継承階層

System.Object
  Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments
    Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs

名前空間:  Microsoft.VisualStudio.Tools.Applications.Deployment
アセンブリ:  Microsoft.VisualStudio.Tools.Applications.Runtime (Microsoft.VisualStudio.Tools.Applications.Runtime.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class AddInPostDeploymentActionArgs _
    Inherits AddInDeploymentArguments
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class AddInPostDeploymentActionArgs : AddInDeploymentArguments

AddInPostDeploymentActionArgs 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド AddInPostDeploymentActionArgs AddInPostDeploymentActionArgs クラスの新しいインスタンスを初期化します。

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ AddInPath アドインの場所を取得します。
パブリック プロパティ ApplicationManifestXml アドインのアプリケーション マニフェストを取得します。
パブリック プロパティ DeploymentManifestXml アドインの配置マニフェストを取得します。
パブリック プロパティ HostManifestXml ホスト アプリケーションのアプリケーション マニフェストを取得します。
パブリック プロパティ InstallationStatus 実行されるアドイン インストールの種類を取得します。
パブリック プロパティ ManifestLocation (AddInDeploymentArguments から継承されます。)
パブリック プロパティ PostActionManifestXml 配置後のアクションのアプリケーション マニフェストを取得します。
パブリック プロパティ ProductName 配置マニフェストで定義されているアドインの名前を取得します。
パブリック プロパティ Version ダウンロードするアドインのバージョンを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定した Object が、現在の Object と等しいかどうかを判断します。 (Object から継承されます。)
プロテクト メソッド Finalize オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。)
パブリック メソッド GetHashCode 特定の型のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
プロテクト メソッド MemberwiseClone 現在の Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

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