IVCBuildOptionsPage::ShowNoMatchingRuleDlg Property

 

Gets or sets a value indicating whether the Matching Custom Build Rule Not Found dialog box is shown when a file is added to the project.

Namespace:   Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

property bool ShowNoMatchingRuleDlg {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Matching Custom Build Rule Not Found dialog box is shown when a file is added to the project; otherwise, false.

Return to top
Show: