Freigeben über


GraphPathSerializationDictionary.CommonPathsAdded-Ereignis

Dieses Ereignis kann verwendet werden, um benutzerdefinierte allgemeine Pfade einzufügen, nachdem AddCommonPaths aufgerufen wird.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Microsoft.VisualStudio.GraphModel-Namespace