다음을 통해 공유


IPin.IsControl 속성

이 핀이 제어 흐름에 연결되어 있으면 true입니다. 개체 흐름에 연결된 경우 False입니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Actions
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
Property IsControl As Boolean
bool IsControl { get; set; }
property bool IsControl {
    bool get ();
    void set (bool value);
}
abstract IsControl : bool with get, set
function get IsControl () : boolean 
function set IsControl (value : boolean)

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IPin 인터페이스

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