IVCBuildOptionsPage.ShowNoMatchingRuleDlg Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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