ObjectNodeExtensions::SetUpperBound Method (IObjectNode^, Int32)

 

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)

public:
[ExtensionAttribute]
static void SetUpperBound(
	IObjectNode^ objectNode,
	int newBound
)

Parameters

objectNode
Type: Microsoft.VisualStudio.Uml.Activities::IObjectNode^

newBound
Type: System::Int32

Return to top
Show: