ElementOperations.CanMergeElementGroupPrototype 메서드 (ModelElement, ProtoElementBase, ElementGroupPrototype)
특정 호스트 및 요소 그룹 프로토타입을 사용하여 MergeElementGroupPrototype을 수행할 수 있는지 여부를 나타내는 값을 가져옵니다.
네임스페이스: Microsoft.VisualStudio.Modeling
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
구문
‘선언
Protected Friend Overridable Function CanMergeElementGroupPrototype ( _
targetElement As ModelElement, _
toMergeProtoElement As ProtoElementBase, _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected internal virtual bool CanMergeElementGroupPrototype(
ModelElement targetElement,
ProtoElementBase toMergeProtoElement,
ElementGroupPrototype elementGroupPrototype
)
매개 변수
- targetElement
형식: Microsoft.VisualStudio.Modeling.ModelElement
ElementGroupPrototype에서 재구성된 요소에 대한 대상으로 사용할 ModelElement입니다.
- toMergeProtoElement
형식: Microsoft.VisualStudio.Modeling.ProtoElementBase
다시 구성되는 경우 대상 요소에 병합될 ElementGroupPrototype의 루트 ProtoElement입니다.이 매개 변수는 ElementGroupPrototype에 ProtoElements가 들어 있지 않은 경우 null일 수도 있습니다.
- elementGroupPrototype
형식: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
루트 ProtoElements를 포함하는 ElementGroupPrototype입니다.
반환 값
형식: System.Boolean
특정 대상 및 자식을 사용하여 MergeElementGroupPrototype을 수행할 수 있는지 여부를 나타내는 값입니다.
설명
CanMergeElementGroupPrototype 프로세스 경우 대상 요소 또는 대상의 연결 된 모델 요소 (있는 경우)을 결정 하는 ElementGroupPrototype에서 ProtoElement는 ProtoElement로 표시 된 요소를 대상으로 사용할 수 있습니다 각 루트에 대해이 오버 로드를 호출 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.