VsTextLineStorageClass.Storage_Replace Method

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

Syntax

'Déclaration
Public Overridable Function Storage_Replace ( _
    pCI As ChangeInput(), _
    <OutAttribute> ptsOut As TextSpan() _
) As Integer
'Utilisation
Dim instance As VsTextLineStorageClass
Dim pCI As ChangeInput()
Dim ptsOut As TextSpan()
Dim returnValue As Integer

returnValue = instance.Storage_Replace(pCI, _
    ptsOut)
public virtual int Storage_Replace(
    ChangeInput[] pCI,
    TextSpan[] ptsOut
)
public:
virtual int Storage_Replace(
    [InAttribute] array<ChangeInput>^ pCI, 
    [OutAttribute] array<TextSpan>^ ptsOut
)
abstract Storage_Replace : 
        pCI:ChangeInput[] * 
        ptsOut:TextSpan[] byref -> int 
override Storage_Replace : 
        pCI:ChangeInput[] * 
        ptsOut:TextSpan[] byref -> int 
public function Storage_Replace(
    pCI : ChangeInput[], 
    ptsOut : TextSpan[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsTextStorage.Storage_Replace(array<ChangeInput[], array<TextSpan[])

.NET Framework Security

See Also

Reference

VsTextLineStorageClass Class

VsTextLineStorageClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace