IAcceptEventAction.IsUnmarshall 属性

如果可有多个输出插针,并且取消对它们封送数据,则为 true。若只能有一个输出插针并且输入的数据都是发送给它的,则为 false。

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

语法

声明
Property IsUnmarshall As Boolean
bool IsUnmarshall { get; set; }
property bool IsUnmarshall {
    bool get ();
    void set (bool value);
}
abstract IsUnmarshall : bool with get, set
function get IsUnmarshall () : boolean
function set IsUnmarshall (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IAcceptEventAction 接口

Microsoft.VisualStudio.Uml.Actions 命名空间