IVCBuildOptionsPage.ShowMatchingRuleDlg Property

Gets or sets a value indicating whether the Matching Custom Build Rule 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 ShowMatchingRuleDlg As Boolean
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As Boolean 

value = instance.ShowMatchingRuleDlg

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

Property Value

Type: System.Boolean
true if the Matching Custom Build Rule 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