次の方法で共有


IVsAppCompat.GetCurrentDesignTimeCompatVersion メソッド (String)

 

このバージョンの Visual Studio の現在のデザイン時の互換性バージョンを取得します。

名前空間:   Microsoft.VisualStudio.Shell.Interop
アセンブリ:  Microsoft.VisualStudio.Shell.Interop.11.0 (Microsoft.VisualStudio.Shell.Interop.11.0.dll 内)

構文

void GetCurrentDesignTimeCompatVersion(
    out string pbstrCurrentDesignTimeCompatVersion
)
void GetCurrentDesignTimeCompatVersion(
    [OutAttribute] String^% pbstrCurrentDesignTimeCompatVersion
)
abstract GetCurrentDesignTimeCompatVersion : 
        pbstrCurrentDesignTimeCompatVersion:string byref -> unit
Sub GetCurrentDesignTimeCompatVersion (
    <OutAttribute> ByRef pbstrCurrentDesignTimeCompatVersion As String
)

パラメーター

  • pbstrCurrentDesignTimeCompatVersion
    Type: System.String

    [out]現在のようにデザイン時の互換性バージョン (たとえば、「11.0」)。

備考

詳細については、次を参照してください。 を行うカスタム プロジェクト バージョンを認識します。

関連項目

IVsAppCompat インターフェイス
Microsoft.VisualStudio.Shell.Interop 名前空間

トップに戻る