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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace