IVsAppCompat::AskForUserConsentToBreakAssetCompat Method (Array^)
Visual Studio 2015
Shows a dialog box that asks for user consent to break the compatibility of projects in a list. If the user does not agree to continue, this method throws a COMException with an ErrorCode of OLE_E_PROMPTSAVECANCELLED.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- sarrProjectHierarchies
-
Type:
System::Array^
The list of projects whose compatibility would be broken by adding a feature.
For more information, see Making Custom Projects Version-Aware.
Show: