Metodo VsTextLineStorageClass.Image_FullTextRead
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
ppszText
Tipo: String%[out]
piLength
Tipo: Int32%[out]
Valore restituito
Tipo: Int32
Implementa
IVsPersistentTextImage.Image_FullTextRead(String%, Int32%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.