DBObjectInfoBase.IsSelected Method

Determines whether a given state can be considered as selected.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Function IsSelected ( _
    state As StandardCheckBoxImage _
) As Boolean
'Usage
Dim state As StandardCheckBoxImage
Dim returnValue As Boolean

returnValue = DBObjectInfoBase.IsSelected(state)
public static bool IsSelected(
    StandardCheckBoxImage state
)
public:
static bool IsSelected(
    StandardCheckBoxImage state
)
public static function IsSelected(
    state : StandardCheckBoxImage
) : boolean
static member IsSelected : 
        state:StandardCheckBoxImage -> bool 

Parameters

  • state
    Type: StandardCheckBoxImage
    The given state

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DBObjectInfoBase Class

DBObjectInfoBase Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace