Partager via


IVsTextImageUtilities.SaveTextImageToFile, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function SaveTextImageToFile ( _
    pszFileName As String, _
    pImage As IVsTextImage, _
    vstffIn As UInteger, _
    <OutAttribute> ByRef pvstffOut As UInteger _
) As Integer
int SaveTextImageToFile(
    string pszFileName,
    IVsTextImage pImage,
    uint vstffIn,
    out uint pvstffOut
)
int SaveTextImageToFile(
    [InAttribute] String^ pszFileName, 
    [InAttribute] IVsTextImage^ pImage, 
    [InAttribute] unsigned int vstffIn, 
    [OutAttribute] unsigned int% pvstffOut
)
abstract SaveTextImageToFile : 
        pszFileName:string * 
        pImage:IVsTextImage * 
        vstffIn:uint32 * 
        pvstffOut:uint32 byref -> int
function SaveTextImageToFile(
    pszFileName : String, 
    pImage : IVsTextImage, 
    vstffIn : uint, 
    pvstffOut : uint
) : int

Paramètres

  • pszFileName
    Type : String

    [in]

  • vstffIn
    Type : UInt32

    [in]

  • pvstffOut
    Type : UInt32%

    [out]

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textfind.idl :

HRESULT IVsTextImageUtilities::SaveTextImageToFile(
   [in] LPCOLESTR pszFilename,
   [in] IVsTextImage * pImage,
   [in] VSTFF vstffIn
   [out, retval] VSTFF * pvstffOut
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextImageUtilities Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms