다음을 통해 공유


IVsPersistentTextImage.Image_CloseFullTextScan Method

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

Syntax

‘선언
Function Image_CloseFullTextScan As Integer
‘사용 방법
Dim instance As IVsPersistentTextImage
Dim returnValue As Integer

returnValue = instance.Image_CloseFullTextScan()
int Image_CloseFullTextScan()
int Image_CloseFullTextScan()
abstract Image_CloseFullTextScan : unit -> int 
function Image_CloseFullTextScan() : int

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 IVsPersistentTextImage::Image_CloseFullTextScan();

.NET Framework Security

See Also

Reference

IVsPersistentTextImage Interface

IVsPersistentTextImage Members

Microsoft.VisualStudio.TextManager.Interop Namespace