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
- 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
IDBObjectInformation Interface
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace