UnicodeCharacterRange.First, propriété
Mise à jour : November 2007
Obtient ou définit le caractère initial de cette plage.
Espace de noms : System.Windows.Ink
Assembly : IAWinFX (dans IAWinFX.dll)
Syntaxe
'Déclaration
Public Property First As Char
'Utilisation
Dim instance As UnicodeCharacterRange
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
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