DBObjectsBranch.ToggleState Method

Toggles the state of the item at the given row and then propagates that change up and down the tree if not disabled.

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 Overrides Function ToggleState ( _
    row As Integer, _
    column As Integer _
) As StateRefreshChanges
'Usage
Dim instance As DBObjectsBranch
Dim row As Integer
Dim column As Integer
Dim returnValue As StateRefreshChanges

returnValue = instance.ToggleState(row, _
    column)
public override StateRefreshChanges ToggleState(
    int row,
    int column
)
public:
virtual StateRefreshChanges ToggleState(
    int row, 
    int column
) override
public override function ToggleState(
    row : int, 
    column : int
) : StateRefreshChanges
abstract ToggleState : 
        row:int * 
        column:int -> StateRefreshChanges 
override ToggleState : 
        row:int * 
        column:int -> StateRefreshChanges 

Parameters

Return Value

Type: StateRefreshChanges

Implements

IBranchToggleState(Int32, Int32)

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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