다음을 통해 공유


. 메서드

Gets an integer value.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors.VS(SQLEditors.VS.dll)

구문

‘선언
Private Function SetFindState ( _
    punk As Object _
) As Integer Implements IVsFindTarget.SetFindState
‘사용 방법
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

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

구현

IVsFindTargetSetFindState(Object)