ObjectNodeExtensions.SetUpperBound Method
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
'Declaration
<ExtensionAttribute> _
Public Shared Sub SetUpperBound ( _
objectNode As IObjectNode, _
newBound As Integer _
)
public static void SetUpperBound(
this IObjectNode objectNode,
int newBound
)
[ExtensionAttribute]
public:
static void SetUpperBound(
IObjectNode^ objectNode,
int newBound
)
static member SetUpperBound :
objectNode:IObjectNode *
newBound:int -> unit
public static function SetUpperBound(
objectNode : IObjectNode,
newBound : int
)
Parameters
- objectNode
Type: Microsoft.VisualStudio.Uml.Activities.IObjectNode
- newBound
Type: System.Int32
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IObjectNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace