DBObjectsBranch.SetState Method

Sets the state of the item at the given row.

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 SetState ( _
    row As Integer, _
    state As StandardCheckBoxImage _
)
'Usage
Dim row As Integer
Dim state As StandardCheckBoxImage

Me.SetState(row, state)
protected void SetState(
    int row,
    StandardCheckBoxImage state
)
protected:
void SetState(
    int row, 
    StandardCheckBoxImage state
)
protected function SetState(
    row : int, 
    state : StandardCheckBoxImage
)
member SetState : 
        row:int * 
        state:StandardCheckBoxImage -> unit 

Parameters

  • state
    Type: StandardCheckBoxImage
    The new state

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

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