다음을 통해 공유


Diagram.IsOrphaned 메서드

셰이프가 다이어그램에서 다른 셰이프와 연결되어 있는지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

구문

‘선언
Public Overridable Function IsOrphaned ( _
    shapeElement As ShapeElement _
) As Boolean
public virtual bool IsOrphaned(
    ShapeElement shapeElement
)

매개 변수

반환 값

형식: System.Boolean
모양이 다이어그램의 다른 모양과 연결되어 있지 않으면 true이고, 그렇지 않으면 false입니다.

설명

반환 값이 true, 다이어그램에서 모양이 제거 됩니다.

이 메서드는 도형 분석 하면 셰이프 셰이프 연결 되지 않은 경우 제거 합니다.

예제

public void OnShape(DslDiagrams::ShapeElement shape)
{
    if (this.diagram.IsOrphaned(shape))
        this.orphanedShapes.Add(shape);
}

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

Diagram 클래스

Microsoft.VisualStudio.Modeling.Diagrams 네임스페이스