InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoExpandDefinition Structure / AutoExpandDefinition Constructor
The string that triggers an expansion.
The expansion string that replaces the abbreviation.


In This Topic
    AutoExpandDefinition Constructor
    In This Topic
    Constructor.
    Syntax
    '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.
    See Also