Partager via


TextInsertionEventArgs, constructeur

Mise à jour : November 2007

Initialise une nouvelle instance de la classe TextInsertionEventArgs.

Espace de noms :  Microsoft.Ink.TextInput
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    insertionInk As Ink() _
)
'Utilisation
Dim insertionInk As Ink()

Dim instance As New TextInsertionEventArgs(insertionInk)
public TextInsertionEventArgs(
    Ink[] insertionInk
)
public:
TextInsertionEventArgs(
    array<Ink^>^ insertionInk
)
public TextInsertionEventArgs(
    Ink[] insertionInk
)
public function TextInsertionEventArgs(
    insertionInk : Ink[]
)

Paramètres

  • insertionInk
    Type : array<Microsoft.Ink.Ink[]
    Tableau de Ink. Chaque élément de ce tableau représente une ligne de texte insérée à partir du Panneau de saisie.

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

TextInsertionEventArgs, classe

Membres TextInsertionEventArgs

Microsoft.Ink.TextInput, espace de noms