TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
codePoints
で指定したすべてのコード ポイントを許可します。
public:
virtual void AllowCodePoints(System::Collections::Generic::IEnumerable<int> ^ codePoints);
public virtual void AllowCodePoints (System.Collections.Generic.IEnumerable<int> codePoints);
abstract member AllowCodePoints : seq<int> -> unit
override this.AllowCodePoints : seq<int> -> unit
Public Overridable Sub AllowCodePoints (codePoints As IEnumerable(Of Integer))
パラメーター
- codePoints
- IEnumerable<Int32>
許可するコード ポイント。
例外
codePoints
が null
です。