MultiplicityElementExtensions.SetBounds Method (IMultiplicityElement, String)
Set the multiplicity LowerValue/UpperValue based on a string in the form [LowerValue]..[UpperValue]. [UpperValue] may be '*'.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static void SetBounds(
this IMultiplicityElement multiplicityElement,
string boundsSpecification
)
public:
[ExtensionAttribute]
static void SetBounds(
IMultiplicityElement^ multiplicityElement,
String^ boundsSpecification
)
static member SetBounds :
multiplicityElement:IMultiplicityElement *
boundsSpecification:string -> unit
<ExtensionAttribute>
Public Shared Sub SetBounds (
multiplicityElement As IMultiplicityElement,
boundsSpecification As String
)
Parameters
- multiplicityElement
Type: Microsoft.VisualStudio.Uml.Classes.IMultiplicityElement
boundsSpecification
Type: System.Stringlower..upper. Upper may be '*'.
See Also
MultiplicityElementExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top