ModelBusView.SetSelection Method (ModelBusReference)
Selects the element identified by the reference in this ModelBusView
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public abstract void SetSelection(
ModelBusReference reference
)
public:
virtual void SetSelection(
ModelBusReference^ reference
) abstract
abstract SetSelection :
reference:ModelBusReference -> unit
Public MustOverride Sub SetSelection (
reference As ModelBusReference
)
Parameters
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceidentifier for Element to be selected
Return Value
See Also
SetSelection Overload
ModelBusView Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top