Partager via


InteractionBuilder.AddInteractionOperand, méthode

Espace de noms :  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly :  Microsoft.VisualStudio.ArchitectureTools.Extensibility (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
retourne IInteractionOperand ;

Sécurité .NET Framework

Voir aussi

Référence

InteractionBuilder Classe

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml, espace de noms