Freigeben über


IVsTextImageUtilities.LoadTextFile-Methode

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

Syntax

'Declaration
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

Parameter

  • pszFileName
    Typ: String

    [in] Der Name der zu ladenden Datei.

  • vstffIn
    Typ: UInt32

    [in] Anweisungen zum Format Erkennung

  • pvstffOut
    Typ: UInt32%

    [out] Text der Datei.

  • pbstr
    Typ: String%

    [out]

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textfind.idl:

HRESULT IVsTextImageUtilities::LoadTextFile(
   [in] LPCOLESTR pszFilename,
   [in] VSTFF vstffIn,
   [out] VSTFF * pvstffOut,
   [out, retval] BSTR * pbstr
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextImageUtilities Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace