Sdílet prostřednictvím


InteractionBuilder.AddInteractionOperand – metoda

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
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

Parametry

  • guardText
    Typ: String

Vrácená hodnota

Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Vrátí IInteractionOperand.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

InteractionBuilder Třída

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů