DBObjectsBranch.PropagateCheckState Method

Propagates the checked state of the item in a given row throughout the tree.

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 PropagateCheckState ( _
    row As Integer _
)
'Usage
Dim row As Integer

Me.PropagateCheckState(row)
protected void PropagateCheckState(
    int row
)
protected:
void PropagateCheckState(
    int row
)
protected function PropagateCheckState(
    row : int
)
member PropagateCheckState : 
        row:int -> unit 

Parameters

  • row
    Type: System.Int32
    The branch row of the item whose state was changed

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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