다음을 통해 공유


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

새 노드와 그래프 개체의 지정 된 목록에서 링크를이 그래프로 병합합니다.

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

구문

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

매개 변수

  • other
    형식: IEnumerable<GraphObject>

    병합 원본으로 사용할 수 있는 그래프 개체의 목록입니다.

반환 값

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

.NET Framework 보안

참고 항목

참조

Graph 클래스

Merge 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스