다음을 통해 공유


GraphNode.IncomingLinkCount 속성

들어오는 링크의 개수를 반환합니다.

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

구문

‘선언
Public ReadOnly Property IncomingLinkCount As Integer
public int IncomingLinkCount { get; }
public:
property int IncomingLinkCount {
    int get ();
}
member IncomingLinkCount : int with get
function get IncomingLinkCount () : int

속성 값

형식: Int32

.NET Framework 보안

참고 항목

참조

GraphNode 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스