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
- guardText
Type: System.String 
- fragment
Type: Microsoft.VisualStudio.Uml.Interactions.ICombinedFragment 
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Returns IInteractionOperand.
.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