Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which container member shape IDs to return; constants passed to the ContainerProperties.GetMemberShapes method.
Version Information
Version Added: Visio 2010
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. |