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.
Set the upper bound. Set the newBound to int.MaxValue to indicate that the upper bound is '*'.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static void SetUpperBound(
this IObjectNode objectNode,
int newBound
)
public:
[ExtensionAttribute]
static void SetUpperBound(
IObjectNode^ objectNode,
int newBound
)
static member SetUpperBound :
objectNode:IObjectNode *
newBound:int -> unit
<ExtensionAttribute>
Public Shared Sub SetUpperBound (
objectNode As IObjectNode,
newBound As Integer
)
Parameters
- objectNode
Type: Microsoft.VisualStudio.Uml.Activities.IObjectNode
- newBound
Type: System.Int32
See Also
ObjectNodeExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top