IVsAppCompat::GetCurrentDesignTimeCompatVersion Method (String^)

 

Gets the current design time-compatibility version for this version of Visual Studio.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void GetCurrentDesignTimeCompatVersion(
	[OutAttribute] String^% pbstrCurrentDesignTimeCompatVersion
)

Parameters

pbstrCurrentDesignTimeCompatVersion
Type: System::String^

[out] The current design-time compatibility version (for example, “11.0”).

Return to top
Show: