Condividi tramite


Metodo IVsTextStorage.Storage_Replace

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function Storage_Replace ( _
    pCI As ChangeInput(), _
    <OutAttribute> ptsOut As TextSpan() _
) As Integer
int Storage_Replace(
    ChangeInput[] pCI,
    TextSpan[] ptsOut
)
int Storage_Replace(
    [InAttribute] array<ChangeInput>^ pCI, 
    [OutAttribute] array<TextSpan>^ ptsOut
)
abstract Storage_Replace : 
        pCI:ChangeInput[] * 
        ptsOut:TextSpan[] byref -> int
function Storage_Replace(
    pCI : ChangeInput[], 
    ptsOut : TextSpan[]
) : int

Parametri

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 textmgr.idl:

HRESULT IVsTextStorage::Storage_Replace(
   [in] ChangeInput *pCI,
   [out] TextSpan *ptsOut
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextStorage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop