Partager via


UnicodeCharacterRange, constructeur

Mise à jour : November 2007

Initialise une nouvelle instance de la classe UnicodeCharacterRange.

Espace de noms :  System.Windows.Ink
Assembly :  IAWinFX (dans IAWinFX.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    first As Char, _
    length As Integer _
)
'Utilisation
Dim first As Char
Dim length As Integer

Dim instance As New UnicodeCharacterRange(first, length)
public UnicodeCharacterRange(
    char first,
    int length
)
public:
UnicodeCharacterRange(
    wchar_t first, 
    int length
)
public UnicodeCharacterRange(
    char first,
    int length
)
public function UnicodeCharacterRange(
    first : char, 
    length : int
)

Paramètres

  • first
    Type : System.Char
    Spécifie la première position dans cette plage.
  • length
    Type : System.Int32
    Spécifie le nombre de positions de cette plage.

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

UnicodeCharacterRange, classe

Membres UnicodeCharacterRange

System.Windows.Ink, espace de noms