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);
public static void MidStmtStr (ref string sDest, int StartPosition, int MaxInsertLength, string sInsert);
static member MidStmtStr : string * int * int * string -> unit
Public Shared Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Public Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
パラメーター
- sDest
- String
必須です。 変更する文字列変数。
- StartPosition
- Int32
必須です。 上書きを開始する sDest
パラメーター内の位置。 インデックスは 1 から始まっています。
- MaxInsertLength
- Int32
必須です。 使用する sInsert
パラメーターの最大文字数。1 文字目から開始します。
- sInsert
- String
必須です。 sDest
パラメーターを上書きする文字列値。
注釈
このクラスは Visual Basic コンパイラをサポートしており、コードから直接使用するためのものではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET