Metodo IVsTextImageUtilities.LoadTextFile
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function LoadTextFile ( _
pszFileName As String, _
vstffIn As UInteger, _
<OutAttribute> ByRef pvstffOut As UInteger, _
<OutAttribute> ByRef pbstr As String _
) As Integer
int LoadTextFile(
string pszFileName,
uint vstffIn,
out uint pvstffOut,
out string pbstr
)
int LoadTextFile(
[InAttribute] String^ pszFileName,
[InAttribute] unsigned int vstffIn,
[OutAttribute] unsigned int% pvstffOut,
[OutAttribute] String^% pbstr
)
abstract LoadTextFile :
pszFileName:string *
vstffIn:uint32 *
pvstffOut:uint32 byref *
pbstr:string byref -> int
function LoadTextFile(
pszFileName : String,
vstffIn : uint,
pvstffOut : uint,
pbstr : String
) : int
Parametri
pszFileName
Tipo: String[in] Nome del file da caricare.
vstffIn
Tipo: UInt32[in] istruzioni per il formato, rilevamento
pvstffOut
Tipo: UInt32%[out] Testo del file.
pbstr
Tipo: String%[out]
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textfind.idl:
HRESULT IVsTextImageUtilities::LoadTextFile(
[in] LPCOLESTR pszFilename,
[in] VSTFF vstffIn,
[out] VSTFF * pvstffOut,
[out, retval] BSTR * pbstr
);
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.