다음을 통해 공유


IDiagram.SelectedShapes 속성

현재 선택된 셰이프의 컬렉션입니다. 아무 셰이프도 선택하지 않는 경우 컬렉션에는 다이어그램이 유일한 구성원으로 포함됩니다. 다른 셰이프를 선택하는 경우 컬렉션에 다이어그램이 표시되지 않습니다.

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

구문

‘선언
ReadOnly Property SelectedShapes As IEnumerable(Of IShape)
IEnumerable<IShape> SelectedShapes { get; }
property IEnumerable<IShape^>^ SelectedShapes {
    IEnumerable<IShape^>^ get ();
}
abstract SelectedShapes : IEnumerable<IShape> with get
function get SelectedShapes () : IEnumerable<IShape>

속성 값

형식: IEnumerable<IShape>

설명

다이어그램을 제외한 특정 형식의 셰이프만 포함하도록 필터링된 셰이프의 컬렉션을 가져오려면 GetSelectedShapes()를 사용 합니다.

.NET Framework 보안

참고 항목

참조

IDiagram 인터페이스

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 네임스페이스