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

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

See Also

Reference

ObjectNodeExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace