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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů