IVsAppCompat.AskForUserConsentToBreakAssetCompat(Array) Method

Definition

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.

public:
 void AskForUserConsentToBreakAssetCompat(Array ^ sarrProjectHierarchies);
public void AskForUserConsentToBreakAssetCompat (Array sarrProjectHierarchies);
abstract member AskForUserConsentToBreakAssetCompat : Array -> unit
Public Sub AskForUserConsentToBreakAssetCompat (sarrProjectHierarchies As Array)

Parameters

sarrProjectHierarchies
Array

The list of projects whose compatibility would be broken by adding a feature.

Remarks

For more information, see Making Custom Projects Version-Aware.

Applies to