Freigeben über


InkBulletNode.SetRecognizedString-Methode

Fügt eine neue benutzerdefinierte Zeichenfolge für den anerkannten Wert von InkBulletNode hinzu.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Sub SetRecognizedString ( _
    newBulletName As String _
)
'Usage
Dim instance As InkBulletNode
Dim newBulletName As String

instance.SetRecognizedString(newBulletName)
public void SetRecognizedString(
    string newBulletName
)
public:
void SetRecognizedString(
    String^ newBulletName
)
public void SetRecognizedString(
    String newBulletName
)
public function SetRecognizedString(
    newBulletName : String
)

Parameter

  • newBulletName
    Typ: System.String
    Die neue benutzerdefinierte Zeichenfolge.

Plattformen

Windows Vista

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

InkBulletNode-Klasse

InkBulletNode-Member

Microsoft.Ink-Namespace