Share via


ScriptEditorControl.. Method

Gets an integer value.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Private Function NotifyFindTarget ( _
    notification As UInteger _
) As Integer Implements IVsFindTarget.NotifyFindTarget
'Usage
Dim instance As ScriptEditorControl
Dim notification As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsFindTarget).NotifyFindTarget(notification)
int IVsFindTarget.NotifyFindTarget(
    uint notification
)
private:
virtual int NotifyFindTarget(
    unsigned int notification
) sealed = IVsFindTarget::NotifyFindTarget
private abstract NotifyFindTarget : 
        notification:uint32 -> int 
private override NotifyFindTarget : 
        notification:uint32 -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.Int32
An integer value that indicates the result of the operation.

Implements

IVsFindTargetNotifyFindTarget(UInt32)