Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 396 Bytes

VisioSamples

This repository contains a bunch of miscellaneous Visio samples that piled up over time.

CallOneAddinFromAnother

An example illustrating calling one Visio VSTO addin (VisioAddin1) from another Visio addin (VisioAddin2) The first add-in registers API by implementing RequestComAddInAutomationService and the second calls that API using Application.COMAddIns("...").Object.