Share via


ComparisonGenerator.ObjectInSelectionListCallback Delegate

Callback for an object in the selection list.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function ObjectInSelectionListCallback ( _
    isTable As Boolean, _
    name As String _
) As Boolean
'Usage
Dim instance As New ObjectInSelectionListCallback(AddressOf HandlerMethod)
public delegate bool ObjectInSelectionListCallback(
    bool isTable,
    string name
)
public delegate bool ObjectInSelectionListCallback(
    bool isTable, 
    String^ name
)
JScript does not support delegates.
type ObjectInSelectionListCallback = 
    delegate of 
        isTable:bool * 
        name:string -> bool

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace