Método InteractionBuilder.AddInteractionOperand
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (em Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Sintaxe
'Declaração
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
Parâmetros
- guardText
Tipo: System.String
- fragment
Tipo: Microsoft.VisualStudio.Uml.Interactions.ICombinedFragment
Valor de retorno
Tipo: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Retorna IInteractionOperand.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml