You develop an Office Visio 2007 Shared Add-in that contains custom code.
The add-in code contains three variables: objShape, objMaster, and objCell. The variable objShape references a Visio shape. The variable objMaster references a Visio master. The variable objCell references a Visio cell. The relevant code is displayed in the following table:
You need to modify the add-in to support the creation of master shapes in different languages by using the same code base.
Which line of code should you modify?
A.
Line1
B.
Line2
C.
Line3
D.
Line4