DBObjectInfoBase.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
Public Overridable Property CheckState As StandardCheckBoxImage
Get
Set
'Usage
Dim instance As DBObjectInfoBase
Dim value As StandardCheckBoxImage
value = instance.CheckState
instance.CheckState = value
public virtual StandardCheckBoxImage CheckState { get; set; }
public:
virtual property StandardCheckBoxImage CheckState {
StandardCheckBoxImage get ();
void set (StandardCheckBoxImage value);
}
function get CheckState () : StandardCheckBoxImage
function set CheckState (value : StandardCheckBoxImage)
abstract CheckState : StandardCheckBoxImage with get, set
override CheckState : StandardCheckBoxImage with get, set
Property Value
Type: StandardCheckBoxImage
Implements
IDBObjectInformation.CheckState
.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