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]
pImage
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextImage[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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.