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) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。