Método VsTextLineStorageClass.Storage_Replace
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function Storage_Replace ( _
pCI As ChangeInput(), _
<OutAttribute> ptsOut As TextSpan() _
) As Integer
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
Parâmetros
pCI
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.ChangeInput[][in]
ptsOut
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][out]
Valor de retorno
Tipo: Int32
Implementações
IVsTextStorage.Storage_Replace(array<ChangeInput[], array<TextSpan[])
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.