SingleColumnBranchBase.SynchronizeState Method

The default is to indicate that no synchronization needs to be done.

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 Overridable Function SynchronizeState ( _
    row As Integer, _
    column As Integer, _
    matchBranch As IBranch, _
    matchRow As Integer, _
    matchColumn As Integer _
) As StateRefreshChanges
'Usage
Dim instance As SingleColumnBranchBase
Dim row As Integer
Dim column As Integer
Dim matchBranch As IBranch
Dim matchRow As Integer
Dim matchColumn As Integer
Dim returnValue As StateRefreshChanges

returnValue = instance.SynchronizeState(row, _
    column, matchBranch, matchRow, matchColumn)
public virtual StateRefreshChanges SynchronizeState(
    int row,
    int column,
    IBranch matchBranch,
    int matchRow,
    int matchColumn
)
public:
virtual StateRefreshChanges SynchronizeState(
    int row, 
    int column, 
    IBranch^ matchBranch, 
    int matchRow, 
    int matchColumn
)
public function SynchronizeState(
    row : int, 
    column : int, 
    matchBranch : IBranch, 
    matchRow : int, 
    matchColumn : int
) : StateRefreshChanges
abstract SynchronizeState : 
        row:int * 
        column:int * 
        matchBranch:IBranch * 
        matchRow:int * 
        matchColumn:int -> StateRefreshChanges 
override SynchronizeState : 
        row:int * 
        column:int * 
        matchBranch:IBranch * 
        matchRow:int * 
        matchColumn:int -> StateRefreshChanges 

Parameters

  • matchBranch
    Type: IBranch
    The branch to synchronize with
  • matchRow
    Type: System.Int32
    The row in the branch to synchronize with
  • matchColumn
    Type: System.Int32
    The column in the branch to synchronize with

Return Value

Type: StateRefreshChanges
Returns StateRefreshChanges.None.

Implements

IBranchSynchronizeState(Int32, Int32, IBranch, Int32, Int32)

.NET Framework Security

See Also

Reference

SingleColumnBranchBase Class

SingleColumnBranchBase Members

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