ShellTextBuffer.ReplaceText(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void ReplaceText(int startPosition, int count, System::String ^ text);
public override void ReplaceText(int startPosition, int count, string text);
override this.ReplaceText : int * int * string -> unit
Public Overrides Sub ReplaceText (startPosition As Integer, count As Integer, text As String)
Parameters
- startPosition
- Int32
- count
- Int32
- text
- String