Construtor UnicodeRange
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public Sub New ( _
startingCharacter As Char, _
length As Integer _
)
'Uso
Dim startingCharacter As Char
Dim length As Integer
Dim instance As New UnicodeRange(startingCharacter, _
length)
public UnicodeRange(
char startingCharacter,
int length
)
public:
UnicodeRange(
wchar_t startingCharacter,
int length
)
public function UnicodeRange(
startingCharacter : char,
length : int
)
Parâmetros
- startingCharacter
Tipo: System.Char
- length
Tipo: System.Int32
Plataformas
Windows Vista
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Framework
Compatível com: 3.0