Partager via


IVCBuildOptionsPage.ShowNoMatchingRuleDlg, propriété

Obtient ou définit une valeur indiquant si la boîte de dialogue Règle de correspondance de génération personnalisée introuvable est affichée lorsqu'un fichier est ajouté au projet.

Espace de noms :  Microsoft.VisualStudio.VCProject
Assembly :  Microsoft.VisualStudio.VCProject (dans Microsoft.VisualStudio.VCProject.dll)

Syntaxe

'Déclaration
Property ShowNoMatchingRuleDlg As Boolean
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)

Valeur de propriété

Type : Boolean
true si la boîte de dialogue Règle de correspondance de génération personnalisée introuvable est affichée lorsqu'un fichier est ajouté au projet ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVCBuildOptionsPage Interface

Microsoft.VisualStudio.VCProject, espace de noms