Returns all the entity key values in the catalog.
            
            
            
            
            
            
            
            public virtual string[] GetEntities()
             
        
            
            'Declaration
 
Public Overridable Function GetEntities() As String()
             
        
            
            'Usage
 
Dim instance As XmlCatalog
Dim value() As String
 
value = instance.GetEntities()
             
        
            
        
            
        
            
            public:
virtual array<String^>^ GetEntities(); 
             
        
             
        
            
            
            Return Value
An array of 
System.String values for all of the entity keys in the catalog.
 
            
            
            
            
            For an example of using the CatalogFactory, refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.