July 2010
Intermediate to advanced
344 pages
6h 44m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " The following class diagram displays the methods of the VEDocuments class."
A block of code is set as follows:
private void VisioEvents_Connect() { Globals.ThisAddIn.Application.DocumentOpened += new Visio.EApplication_DocumentOpenedEventHandler( VisioApplication_DocumentOpened); Globals.ThisAddIn.Application.DocumentCreated += new Visio.EApplication_DocumentCreatedEventHandler( VisioApplication_DocumentCreated); Globals.ThisAddIn.Application.BeforeDocumentClose += new Visio.EApplication_BeforeDocumentCloseEventHandler( ...Read now
Unlock full access