VsTextLineStorageClass.Image_FullTextRead 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Overridable Function Image_FullTextRead ( _
    <OutAttribute> ByRef ppszText As String, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int Image_FullTextRead(
    out string ppszText,
    out int piLength
)
public:
virtual int Image_FullTextRead(
    [OutAttribute] String^% ppszText, 
    [OutAttribute] int% piLength
)
abstract Image_FullTextRead : 
        ppszText:string byref * 
        piLength:int byref -> int  
override Image_FullTextRead : 
        ppszText:string byref * 
        piLength:int byref -> int
public function Image_FullTextRead(
    ppszText : String, 
    piLength : int
) : int

参数

  • ppszText
    类型:String%

    [out]

  • piLength
    类型:Int32%

    [out]

返回值

类型:Int32

实现

IVsPersistentTextImage.Image_FullTextRead(String%, Int32%)

.NET Framework 安全性

请参阅

参考

VsTextLineStorageClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间