GraphPathSerializationDictionary.CommonPathsAdded, événement
Cet événement peut être utilisé pour insérer des chemins d'accès communs personnalisés après l'appel à AddCommonPaths.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Event CommonPathsAdded As EventHandler
public event EventHandler CommonPathsAdded
public:
event EventHandler^ CommonPathsAdded {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member CommonPathsAdded : IEvent<EventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
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.