Share via


IVsAppCompat.GetCurrentDesignTimeCompatVersion(String) Method

Definition

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.

Applies to