Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.2 KB

Visio.Master.Connects.md

File metadata and controls

41 lines (24 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Master.Connects property (Visio)
vis_sdr.chm10713290
vis_sdr.chm10713290
Visio.Master.Connects
72c01ae0-9134-d384-b860-dbb333a498fe
06/08/2017
medium

Master.Connects property (Visio)

Returns a Connects collection for a shape, page, or master. Read-only.

Syntax

expression. Connects

expression A variable that represents a Master object.

Return value

Connects

Remarks

The Connects collection of a shape contains every Connect object for which the shape is returned by the FromSheet property. This tells you all the shapes to which the shape is connected.

To obtain a Connects collection that contains every Connect object for which the shape is the ToSheet property, use the shape's FromConnects property. This tells you all the shapes that are connected to this shape.

The Connects collection of a page contains a Connect object for every connection on the page.

The Connects collection of a master contains a Connect object for every connection in the master.

[!includeSupport and feedback]