TextEncoderSettings.GetAllowedCodePoints Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um enumerador de todos os pontos de código permitidos.
public:
virtual System::Collections::Generic::IEnumerable<int> ^ GetAllowedCodePoints();
public virtual System.Collections.Generic.IEnumerable<int> GetAllowedCodePoints ();
abstract member GetAllowedCodePoints : unit -> seq<int>
override this.GetAllowedCodePoints : unit -> seq<int>
Public Iterator Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)
Public Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)
Retornos
O enumerador dos pontos de código permitidos.