IDatabaseProjectAddNewItemParticipant, interface
Les classes qui implémentent IDatabaseProjectFeature doivent implémenter cette interface pour participer aux boîtes de dialogue Ajouter un nouvel élément et Ajouter un élément existant.
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectAddNewItemParticipant
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectAddNewItemParticipant
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectAddNewItemParticipant
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectAddNewItemParticipant = interface end
public interface IDatabaseProjectAddNewItemParticipant
Le type IDatabaseProjectAddNewItemParticipant expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
AllowDisplayInAddItemDialog | ||
GenerateUniqueItemName | Utilisé pour retourner un nom unique pour l'élément à créer. | |
PopulateAddItemDialogContext | Appelée pour remplir le contexte actuel. | |
ResolveAddItemDialogFileConflict | Lorsqu'un fichier est ajouté via la boîte de dialogue Ajouter un élément et qu'il existe déjà un conflit de fichier dans le système, vous avez la possibilité d'utiliser cette routine pour créer un nom de fichier compatible. |
Début
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms