ObjectNodeExtensions::SetUpperBound Method (IObjectNode^, Int32)
Visual Studio 2015
Set the upper bound. Set the newBound to int.MaxValue to indicate that the upper bound is '*'.
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
Show: