DBObjectsBranch.ForceSetChildState Property

Gets or sets whether a branch item should have its state changed when it is created.

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 ForceSetChildState As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.ForceSetChildState

Me.ForceSetChildState = value
protected bool ForceSetChildState { get; set; }
protected:
property bool ForceSetChildState {
    bool get ();
    void set (bool value);
}
function get ForceSetChildState () : boolean
function set ForceSetChildState (value : boolean)
member ForceSetChildState : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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