PrepAway - Latest Free Exam Questions & Answers

Category: 70-545

Exam 70-545: TS: Microsoft Visio 2007, Application Development

Which method should you use?

You are developing an Office Visio 2007 Shared Add-in. You create three objects named objMaster, objPage, and objWindow. The object objMaster references a local copy of the master. The object objPage references the current page. The object objWindow references the active window. You need to create several shape instances of the master on the current page at specific coordinates in the active window. Which method should you use?

What should you develop?

You need to develop an Office Visio 2007 solution for 1,000 computers that run Visio 2007. The solution must meet the following requirements:

The solution must not require the installation of additional components, tools, or DLLs. Users must be able to customize the solution without installing additional development tools.

What should you develop?

Which parameter should you use?

You are developing an Office Visio 2007 Shared Add-in.

You construct an event sink class that listens to events from the Visio 2007 Application, Document, Page, and Shape objects. The VisEventProc function has the following signature:

Public Function VisEventProc(
ByVal eventCode As Short,
ByVal source As Object,
ByVal eventId As Integer,
ByVal eventSequenceNumber As Integer,
ByVal subject As Object,
ByVal moreInformation As Object) As Object

You need to construct a switch to identify the object that raised the event.

Which parameter should you use?


Page 8 of 8« First...45678