BaseEditorPane.IVsFindTarget.NotifyFindTarget Method

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

Syntax

'Declaration
Private Function NotifyFindTarget ( _
    notification As UInteger _
) As Integer Implements IVsFindTarget.NotifyFindTarget
'Usage
Dim instance As BaseEditorPane
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
JScript does not support explicit interface implementations.
private abstract NotifyFindTarget : 
        notification:uint32 -> int 
private override NotifyFindTarget : 
        notification:uint32 -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsFindTarget.NotifyFindTarget(UInt32)

.NET Framework Security

See Also

Reference

BaseEditorPane Class

BaseEditorPane Members

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