ScriptEditorControl.. Method

Gets an integer value.

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

Syntax

'Declaration
Private Function SetFindState ( _
    punk As Object _
) As Integer Implements IVsFindTarget.SetFindState
'Usage
Dim instance As ScriptEditorControl
Dim punk As Object
Dim returnValue As Integer

returnValue = CType(instance, IVsFindTarget).SetFindState(punk)
int IVsFindTarget.SetFindState(
    Object punk
)
private:
virtual int SetFindState(
    Object^ punk
) sealed = IVsFindTarget::SetFindState
private abstract SetFindState : 
        punk:Object -> int 
private override SetFindState : 
        punk:Object -> 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

IVsFindTargetSetFindState(Object)