IVCBuildOptionsPage.ShowNoMatchingRuleDlg Property

Definition

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.

public:
 property bool ShowNoMatchingRuleDlg { bool get(); void set(bool value); };
public:
 property bool ShowNoMatchingRuleDlg { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(236)]
public bool ShowNoMatchingRuleDlg { [System.Runtime.InteropServices.DispId(236)] get; [System.Runtime.InteropServices.DispId(236)] set; }
[<System.Runtime.InteropServices.DispId(236)>]
[<get: System.Runtime.InteropServices.DispId(236)>]
[<set: System.Runtime.InteropServices.DispId(236)>]
member this.ShowNoMatchingRuleDlg : bool with get, set
Public Property ShowNoMatchingRuleDlg As Boolean

Property Value

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

Attributes

Applies to