Skip to content

nbelyh/VisioSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.