SingleColumnBranchBase.OnGiveFeedback Method

This method does nothing.

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 Sub OnGiveFeedback ( _
    args As GiveFeedbackEventArgs, _
    row As Integer, _
    column As Integer _
)
'Usage
Dim instance As SingleColumnBranchBase
Dim args As GiveFeedbackEventArgs
Dim row As Integer
Dim column As Integer

instance.OnGiveFeedback(args, row, column)
public virtual void OnGiveFeedback(
    GiveFeedbackEventArgs args,
    int row,
    int column
)
public:
virtual void OnGiveFeedback(
    GiveFeedbackEventArgs^ args, 
    int row, 
    int column
)
public function OnGiveFeedback(
    args : GiveFeedbackEventArgs, 
    row : int, 
    column : int
)
abstract OnGiveFeedback : 
        args:GiveFeedbackEventArgs * 
        row:int * 
        column:int -> unit 
override OnGiveFeedback : 
        args:GiveFeedbackEventArgs * 
        row:int * 
        column:int -> unit 

Parameters

Implements

IBranchOnGiveFeedback(GiveFeedbackEventArgs, Int32, Int32)

.NET Framework Security

See Also

Reference

SingleColumnBranchBase Class

SingleColumnBranchBase Members

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