DBObjectsBranch.UpdateChildrenState Method

Propagates a new check state to children of the branch.

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 Sub UpdateChildrenState ( _
    state As StandardCheckBoxImage _
)
'Usage
Dim state As StandardCheckBoxImage

Me.UpdateChildrenState(state)
protected void UpdateChildrenState(
    StandardCheckBoxImage state
)
protected:
void UpdateChildrenState(
    StandardCheckBoxImage state
)
protected function UpdateChildrenState(
    state : StandardCheckBoxImage
)
member UpdateChildrenState : 
        state:StandardCheckBoxImage -> unit 

Parameters

  • state
    Type: StandardCheckBoxImage
    The new check state

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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