'Declaration
Public Function New( _ ByVal abbreviation As String, _ ByVal expansion As String _ )
'Usage
Dim abbreviation As String Dim expansion As String Dim instance As New AutoExpandDefinition(abbreviation, expansion)
public AutoExpandDefinition( string abbreviation, string expansion )
Parameters
- abbreviation
- The string that triggers an expansion.
- expansion
- The expansion string that replaces the abbreviation.