StandardVsModelingDiagramView.SetSelection Method
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Overload List
Name | Description | |
---|---|---|
SetSelection(IEnumerable<ModelBusReference>) | Finds the ShapeElement corresponding to each of the references and Selects all of them on the design surface. If any reference resolves to a ModelElement which is not a Shape, an attempt is made to find the corresponding Shape for it.(Overrides ModelBusView.SetSelection(IEnumerable<ModelBusReference>).) |
|
SetSelection(ModelBusReference) | Finds the ShapeElement corresponding to this reference and Selects it on the design surface. If the reference resolves to a ModelElement which is not a Shape, an attempt is made to find the corresponding Shape for it.(Overrides ModelBusView.SetSelection(ModelBusReference).) |
Return Value
See Also
StandardVsModelingDiagramView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top