DBObjectsBranch.SetBranchState Method

Sets the state of all items in 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 SetBranchState ( _
    state As StandardCheckBoxImage _
)
'Usage
Dim state As StandardCheckBoxImage

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

Parameters

  • state
    Type: StandardCheckBoxImage
    The new state for items in the branch

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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