protected override IList<AnnotationIdentifier> GetDeleteAnnotationIds( 
   MedicalViewerCell 
)
             
        
            
            'Declaration
 
Protected Overrides Function GetDeleteAnnotationIds( _
   ByVal  As MedicalViewerCell _
) As IList(Of AnnotationIdentifier)
             
        
            
            'Usage
 
Dim instance As DeleteAllCellAnnotationsCommand
Dim cell As MedicalViewerCell
Dim value As IList(Of AnnotationIdentifier)
 
value = instance.GetDeleteAnnotationIds(cell)
             
        
            
            protected: IList<AnnotationIdentifier*>* GetDeleteAnnotationIds( 
   MedicalViewerCell* 
) override 
             
        
            
            protected:
IList<AnnotationIdentifier*>* GetDeleteAnnotationIds( 
   MedicalViewerCell* 
) override