Diagram.FixUpDiagramSelection(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 FixUpDiagram 期间更新选定内容。 默认行为是在活动关系图视图中选择 newChildShape (如果有),如果没有活动的视图,则选择 "所有视图"。
public:
virtual System::Collections::IList ^ FixUpDiagramSelection(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ newChildShape);
public virtual System.Collections.IList FixUpDiagramSelection (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement newChildShape);
abstract member FixUpDiagramSelection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.IList
override this.FixUpDiagramSelection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.IList
Public Overridable Function FixUpDiagramSelection (newChildShape As ShapeElement) As IList
参数
- newChildShape
- ShapeElement
FixUpDiagram 添加的新子形状
返回
已修改其选择的 DiagramClientViews 的非空列表。