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

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

Permissions

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace