IVCBuildOptionsPage.ShowNoMatchingRuleDlg, propriété

Obtient ou définit une valeur indiquant si la boîte de dialogue de Règle de génération personnalisée correspondante introuvable est montré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 : System.Boolean
true si la boîte de dialogue de Règle de génération personnalisée correspondante introuvable est montré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