2016-11-30 4 views
0

Ich bin Tring mit = CALLTHIS ("pp",) zu nennen und mit = CALLTHIS ("ThisDocument.pp") von Form Ereignis DblClick. Ich verwende C# Visio 2010 Add-In in Visual Studio 2015 ohne Erfolg.Anruf C# Add-in von Visio Doppelklickereignis

Das Verfahren ist:

 public static void pp(Visio.Shape shpObj) { 
     MessageBox.Show("My id is: " + shpObj.ID); 
    } 

Antwort