StringType.MidStmtStr(String, Int32, Int32, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
sDest パラメーターを sInsert パラメーターの内容で上書きします。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
static void MidStmtStr(System::String ^ % sDest, int StartPosition, int MaxInsertLength, System::String ^ sInsert);
public static void MidStmtStr(ref string sDest, int StartPosition, int MaxInsertLength, string sInsert);
static member MidStmtStr : string * int * int * string -> unit
Public Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Public Shared Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
パラメーター
- sDest
- String
必須。 変更する文字列変数。
- StartPosition
- Int32
必須。 上書きを開始する sDest パラメーター内の場所。 インデックスは 1 から始まります。
- MaxInsertLength
- Int32
必須。 使用する sInsert パラメーターの最大文字数 (最初の文字から始まる)。
- sInsert
- String
必須。
sDest パラメーターを上書きする文字列値。
注釈
このクラスは Visual Basic コンパイラをサポートしており、コードから直接使用するためのものではありません。