Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IAutoExpand Interface / RemoveAllEntries Method


In This Topic
    RemoveAllEntries Method
    In This Topic
    Removes all items from Auto Expand, resulting in an empty list.
    Syntax
    'Declaration
     
    
    Sub RemoveAllEntries() 
    'Usage
     
    
    Dim instance As IAutoExpand
     
    instance.RemoveAllEntries()
    void RemoveAllEntries()
    See Also