다음을 통해 공유


Graph.Merge 메서드 (IEnumerable<GraphNode>)

모든 주어진된 된 노드 목록에서 노드를이 그래프로 병합합니다.

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

구문

‘선언
Public Function Merge ( _
    other As IEnumerable(Of GraphNode) _
) As Boolean
public bool Merge(
    IEnumerable<GraphNode> other
)
public:
bool Merge(
    IEnumerable<GraphNode^>^ other
)
member Merge : 
        other:IEnumerable<GraphNode> -> bool
public function Merge(
    other : IEnumerable<GraphNode>
) : boolean

매개 변수

  • other
    형식: IEnumerable<GraphNode>

    병합 대상 노드의 목록입니다.

반환 값

형식: Boolean
그래프 변경 된 경우 true입니다.그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

Graph 클래스

Merge 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스