Share via


InteractionBuilder.AddInteractionOperand Method

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
Public Function AddInteractionOperand ( _
    guardText As String, _
    fragment As ICombinedFragment _
) As IInteractionOperand
public IInteractionOperand AddInteractionOperand(
    string guardText,
    ICombinedFragment fragment
)
public:
IInteractionOperand^ AddInteractionOperand(
    String^ guardText, 
    ICombinedFragment^ fragment
)
member AddInteractionOperand : 
        guardText:string * 
        fragment:ICombinedFragment -> IInteractionOperand
public function AddInteractionOperand(
    guardText : String, 
    fragment : ICombinedFragment
) : IInteractionOperand

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Returns IInteractionOperand.

.NET Framework Security

See Also

Reference

InteractionBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace