Reference2.RuntimeVersion プロパティ
更新 : 2007 年 11 月
参照がビルドされた対象のランタイムのバージョンを取得または設定します。読み取り専用です。
名前空間 : VSLangProj2
アセンブリ : VSLangProj2 (VSLangProj2.dll 内)
構文
'宣言
ReadOnly Property RuntimeVersion As String
'使用
Dim instance As Reference2
Dim value As String
value = instance.RuntimeVersion
string RuntimeVersion { get; }
property String^ RuntimeVersion {
String^ get ();
}
function get RuntimeVersion () : String
プロパティ値
型 : System.String
参照がビルドされた対象のランタイムのバージョンを表す文字列。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。