IBuildResults.KeyFile プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

生成されプライマリ ブートストラップ ファイルへのファイル パス

名前空間: Microsoft.Build.Tasks.Deployment.Bootstrapper
アセンブリ: Microsoft.Build.Tasks (microsoft.build.tasks.dll 内)
構文構文

Visual Basic (宣言)

ReadOnly Property KeyFile As String

Visual Basic (使用法)

Dim instance As IBuildResults Dim value As String

value = instance.KeyFile

C#

string KeyFile { get; }

C++

property String^ KeyFile { String^ get (); }

J#

/** @property */ String get_KeyFile ()

JScript

function get KeyFile () : String

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
IBuildResults インターフェイス
IBuildResults メンバ
Microsoft.Build.Tasks.Deployment.Bootstrapper 名前空間