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
'Declaración
Property ShowNoMatchingRuleDlg As Boolean
Get
Set
bool ShowNoMatchingRuleDlg { get; set; }
property bool ShowNoMatchingRuleDlg {
bool get ();
void set (bool value);
}
abstract ShowNoMatchingRuleDlg : bool with get, set
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.