Formatter.WriteInt16(Int16, String) メソッド
定義
派生クラスでオーバーライドされた場合に、フォーマッタに既に結び付けられているストリームに 16 ビット符号付き整数を書き込みます。When overridden in a derived class, writes a 16-bit signed integer to the stream already attached to the formatter.
protected:
abstract void WriteInt16(short val, System::String ^ name);
protected abstract void WriteInt16 (short val, string name);
abstract member WriteInt16 : int16 * string -> unit
Protected MustOverride Sub WriteInt16 (val As Short, name As String)
パラメーター
- val
- Int16
書き込む値。The value to write.
- name
- String
メンバーの名前。The name of the member.
注意 (実装者)
このメソッドは、派生クラスで実装する必要があります。You must implement this method in a derived class.