IInteractionUse.RefersTo 属性

这种交互使用调用的交互。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property RefersTo As IInteraction
    Get
    Set
IInteraction RefersTo { get; set; }
property IInteraction^ RefersTo {
    IInteraction^ get ();
    void set (IInteraction^ value);
}
abstract RefersTo : IInteraction with get, set
function get RefersTo () : IInteraction
function set RefersTo (value : IInteraction)

属性值

类型:Microsoft.VisualStudio.Uml.Interactions.IInteraction

.NET Framework 安全性

请参见

参考

IInteractionUse 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间