IDBObjectInformation.CheckState Property

Gets or sets the check state.

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

Syntax

'Declaration
Property CheckState As StandardCheckBoxImage
    Get
    Set
'Usage
Dim instance As IDBObjectInformation
Dim value As StandardCheckBoxImage

value = instance.CheckState

instance.CheckState = value
StandardCheckBoxImage CheckState { get; set; }
property StandardCheckBoxImage CheckState {
    StandardCheckBoxImage get ();
    void set (StandardCheckBoxImage value);
}
function get CheckState () : StandardCheckBoxImage
function set CheckState (value : StandardCheckBoxImage)
abstract CheckState : StandardCheckBoxImage with get, set

Property Value

Type: StandardCheckBoxImage

.NET Framework Security

See Also

Reference

IDBObjectInformation Interface

IDBObjectInformation Members

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