IObjectNode.IsControlType 属性
如果节点应连接到控制流,而不是数据流,则为 true。 节点可用于指定一个或多个可缓冲的控件标记。
命名空间: Microsoft.VisualStudio.Uml.Activities
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
Property IsControlType As Boolean
bool IsControlType { get; set; }
property bool IsControlType {
bool get ();
void set (bool value);
}
abstract IsControlType : bool with get, set
function get IsControlType () : boolean
function set IsControlType (value : boolean)
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。