IWizard.ShouldAddProjectItem, méthode
Indique si l'élément de projet spécifié doit être ajouté au projet.
Espace de noms : Microsoft.VisualStudio.TemplateWizard
Assembly : Microsoft.VisualStudio.TemplateWizardInterface (dans Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntaxe
'Déclaration
Function ShouldAddProjectItem ( _
filePath As String _
) As Boolean
bool ShouldAddProjectItem(
string filePath
)
bool ShouldAddProjectItem(
String^ filePath
)
abstract ShouldAddProjectItem :
filePath:string -> bool
function ShouldAddProjectItem(
filePath : String
) : boolean
Paramètres
- filePath
Type : System.String
Chemin d'accès à l'élément de projet.
Valeur de retour
Type : System.Boolean
true si l'élément de projet doit être ajouté au projet ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.