IVsTextImageUtilities.LoadTextFile, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
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
Paramètres
pszFileName
Type : String[in] nom du fichier à charger.
vstffIn
Type : UInt32[in] instruction pour le format, détection
pvstffOut
Type : UInt32%[] texte de fichier.
pbstr
Type : String%[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::LoadTextFile(
[in] LPCOLESTR pszFilename,
[in] VSTFF vstffIn,
[out] VSTFF * pvstffOut,
[out, retval] BSTR * pbstr
);
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.