IVsAppCompat.GetCurrentDesignTimeCompatVersion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current design time-compatibility version for this version of Visual Studio.
public:
void GetCurrentDesignTimeCompatVersion([Runtime::InteropServices::Out] System::String ^ % pbstrCurrentDesignTimeCompatVersion);
void GetCurrentDesignTimeCompatVersion([Runtime::InteropServices::Out] std::wstring const & & pbstrCurrentDesignTimeCompatVersion);
public void GetCurrentDesignTimeCompatVersion (out string pbstrCurrentDesignTimeCompatVersion);
abstract member GetCurrentDesignTimeCompatVersion : string -> unit
Public Sub GetCurrentDesignTimeCompatVersion (ByRef pbstrCurrentDesignTimeCompatVersion As String)
Parameters
- pbstrCurrentDesignTimeCompatVersion
- String
[out] The current design-time compatibility version (for example, “11.0”).
Remarks
For more information, see Making Custom Projects Version-Aware.