VsTextImageClass::Replace Method (UInt32, array<TextSpan>^, Int32, String^, array<TextSpan>^)
Visual Studio 2015
Notification of a text span replacement.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public: virtual int Replace( unsigned int dwFlags, array<TextSpan>^ pts, int cch, String^ pchText, array<TextSpan>^ ptsChanged )
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Double word containing flags. For future use. Set to zero.
- pts
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^
[in] Pointer to a TextSpan structure.
- cch
-
Type:
System::Int32
[in] Count of characters in pchText.
- pchText
-
Type:
System::String^
[in] Pointer to a text string.
- ptsChanged
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^
[out] Specifies the modified TextSpan structure.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: