다음을 통해 공유


IVsRegisterFindScope.UnRegisterFindScope Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

‘선언
Function UnRegisterFindScope ( _
    dwCookie As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsRegisterFindScope
Dim dwCookie As UInteger
Dim returnValue As Integer

returnValue = instance.UnRegisterFindScope(dwCookie)
int UnRegisterFindScope(
    uint dwCookie
)
int UnRegisterFindScope(
    [InAttribute] unsigned int dwCookie
)
abstract UnRegisterFindScope : 
        dwCookie:uint32 -> int 
function UnRegisterFindScope(
    dwCookie : uint
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsRegisterFindScope::UnRegisterFindScope(
   [in] DWORD_PTR dwCookie
);

.NET Framework Security

See Also

Reference

IVsRegisterFindScope Interface

IVsRegisterFindScope Members

Microsoft.VisualStudio.TextManager.Interop Namespace