ModelingWindowPane.GetComponentSelected Method

Specifies whether the given component is selected.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Function GetComponentSelected ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As ModelingWindowPane 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.GetComponentSelected(obj)
public bool GetComponentSelected(
    Object obj
)
public:
virtual bool GetComponentSelected(
    Object^ obj
) sealed
public final function GetComponentSelected(
    obj : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the component is selected, otherwise false.

Implements

ISelectionService.GetComponentSelected(Object)

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace