Partager via


UnicodeCharacterRangeBase.First, propriété

Mise à jour : November 2007

Obtient ou définit le caractère initial de cette plage.

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

Syntaxe

'Déclaration
Public Property First As Char
'Utilisation
Dim instance As UnicodeCharacterRangeBase
Dim value As Char

value = instance.First

instance.First = value
public char First { get; set; }
public:
property wchar_t First {
    wchar_t get ();
    void set (wchar_t value);
}
/** @property */
public char get_First()
/** @property */
public  void set_First(char value)
public function get First () : char
public function set First (value : char)

Valeur de propriété

Type : System.Char
Caractère initial de cette plage.

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

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

UnicodeCharacterRangeBase, classe

Membres UnicodeCharacterRangeBase

System.Windows.Ink.AnalysisCore, espace de noms