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)

Syntax

'Declaration
Property ShowNoMatchingRuleDlg As Boolean
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As Boolean 

value = instance.ShowNoMatchingRuleDlg

instance.ShowNoMatchingRuleDlg = value
bool ShowNoMatchingRuleDlg { get; set; }
property bool ShowNoMatchingRuleDlg {
    bool get ();
    void set (bool value);
}
function get ShowNoMatchingRuleDlg () : boolean 
function set ShowNoMatchingRuleDlg (value : boolean)

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.

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace