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

声明
Property ShowMatchingRuleDlg As Boolean
用法
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.

Permissions

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace