ElementOperations.MergeElementGroupPrototype 메서드
지정된 대상 ModelElement를 사용하여 소스 ElementGroupPrototype을 병합합니다.
네임스페이스: Microsoft.VisualStudio.Modeling
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
구문
‘선언
Public Overridable Sub MergeElementGroupPrototype ( _
targetElement As ModelElement, _
elementGroupPrototype As ElementGroupPrototype _
)
public virtual void MergeElementGroupPrototype(
ModelElement targetElement,
ElementGroupPrototype elementGroupPrototype
)
매개 변수
- targetElement
형식: Microsoft.VisualStudio.Modeling.ModelElement
재구성 요소의 부모로 사용할 대상 요소입니다.
- elementGroupPrototype
형식: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
소스 ElementGroupPrototype입니다.
설명
이 메서드는 다음을 수행: (1)는 ElementGroupPrototype의 요소를 다시 구성, (2)는 ElementOperations에서 파생 된 클래스에 사용자 지정 처리를 제공 하는 OnElementsReconstituted 호출 대상 루트 요소 자체를 연결 하는 기회를 제공 하기 위해 각 재구성 루트 요소에 대 한 대상 요소 MergeRelate 가상 메서드를 호출 하는 (3), (4) 가상 루트 요소 자체를 구성 하는 기회를 제공 하는 MergeRelate를 호출한 후 곧바로 재구성 루트 요소에 대해 MergeConfigure 메서드를 호출 합니다.어떤 ElementOperations 파생 하기 (5) 전화 OnMerged 클래스에 사용자 지정 처리를 하 고 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.