Selection.ContainingMaster Property
Visio Automation Reference |
Returns the Master object that contains an object. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.ContainingMaster
expression A variable that represents a Selection object.
Return Value
Master
Remarks
If the object isn't in a Master object, the ContainingMaster property returns Nothing. For example, if a Shape object belongs to the Shapes collection of a Page object, the ContainingMaster property returns Nothing.
See Also