다음을 통해 공유


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)

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IObjectNode 인터페이스

Microsoft.VisualStudio.Uml.Activities 네임스페이스