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
- notification
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsFindTarget.NotifyFindTarget(UInt32)
.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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace