命名空间: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
程序集: Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)
语法
声明
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
参数
- guardText
类型:System.String
返回值
类型:Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
返回 IInteractionOperand。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空间