DBObjectsBranch.ForcedChildState Property

Gets or sets the forced child 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
Protected Property ForcedChildState As StandardCheckBoxImage
    Get
    Set
'Usage
Dim value As StandardCheckBoxImage

value = Me.ForcedChildState

Me.ForcedChildState = value
protected StandardCheckBoxImage ForcedChildState { get; set; }
protected:
property StandardCheckBoxImage ForcedChildState {
    StandardCheckBoxImage get ();
    void set (StandardCheckBoxImage value);
}
function get ForcedChildState () : StandardCheckBoxImage
function set ForcedChildState (value : StandardCheckBoxImage)
member ForcedChildState : StandardCheckBoxImage with get, set

Property Value

Type: StandardCheckBoxImage

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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