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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.
참고 항목
참조
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 네임스페이스