Partager via


Window.Master Property

Visio Automation Reference

Gets the master that is displayed in a window. Read-only.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Master

expression   A variable that represents a Window object.

Return Value
Variant

Remarks

You can use the SubType property of the Window object to determine whether the Window object shows a master. If the Window object does not show a master, the Master property raises an exception.

If the Window object shows a master that is open for editing, the master returned is the temporary master being edited, not the original master that was opened for editing.

See Also