ScriptEditorControl.IVsFindTarget.NotifyFindTarget(UInt32) Method

Definition

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.NotifyFindTarget(System::UInt32 notification) = Microsoft::VisualStudio::TextManager::Interop::IVsFindTarget::NotifyFindTarget;
int IVsFindTarget.NotifyFindTarget (uint notification);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.NotifyFindTarget : uint32 -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.NotifyFindTarget : uint32 -> int
Function NotifyFindTarget (notification As UInteger) As Integer Implements IVsFindTarget.NotifyFindTarget

Parameters

notification
UInt32

Returns

Implements

Applies to