SingleColumnBranchBase.IsExpandable Method
The default is no expansion.
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 IsExpandable ( _
row As Integer, _
column As Integer _
) As Boolean
'Usage
Dim instance As SingleColumnBranchBase
Dim row As Integer
Dim column As Integer
Dim returnValue As Boolean
returnValue = instance.IsExpandable(row, _
column)
public virtual bool IsExpandable(
int row,
int column
)
public:
virtual bool IsExpandable(
int row,
int column
)
public function IsExpandable(
row : int,
column : int
) : boolean
abstract IsExpandable :
row:int *
column:int -> bool
override IsExpandable :
row:int *
column:int -> bool
Parameters
- row
Type: System.Int32
The row in the branch
- column
Type: System.Int32
The column in the row
Return Value
Type: System.Boolean
Implements
IBranchIsExpandable(Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SingleColumnBranchBase Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace