VisContainerFlags enumeration (Visio)
Specifies which container member shape IDs to return; constants passed to the ContainerProperties.GetMemberShapes method.
Name | Value | Description |
---|---|---|
visContainerFlagsDefault | 0 | Returns all shape types and includes items in nested containers. |
visContainerFlagsExcludeContainers | 1 | Excludes member shapes that are containers. |
visContainerFlagsExcludeConnectors | 2 | Excludes member shapes that are connectors. |
visContainerFlagsExcludeCallouts | 4 | Excludes member shapes that are callouts. |
visContainerFlagsExcludeElements | 8 | Excludes member shapes that are not containers, connectors, or callouts. |
visContainerFlagsExcludeNested | 16 | Excludes any member shapes that are members of containers nested within the container. |
visContainerFlagsExcludeListMembers | 32 | Excludes members of a list container that are explicitly members of the list. Does not exclude other shapes in the list container. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.