'Declaration
Function ContainsEntry( _ ByVal abbreviation As String _ ) As Boolean
'Usage
Dim instance As IAutoExpand Dim abbreviation As String Dim value As Boolean value = instance.ContainsEntry(abbreviation)
bool ContainsEntry( string abbreviation )
Parameters
- abbreviation
- An Auto Expand dictionary entry. This should be the abbreviation that gets expanded.
Return Value
True if the abbreviation has an expansion definition; false if it does not.