Repository.Control.GetAllXfmeaControlsDictionary: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} Returns a dictionary containing all XfmeaControls from the current project. The keys are the IDs of the controls. == Syntax== *…')
(No difference)

Revision as of 20:30, 26 June 2015


Returns a dictionary containing all XfmeaControls from the current project. The keys are the IDs of the controls.

Syntax

  • GetAllXfmeaControlsDictionary() As Dictionary(Of Integer, cXfmeaControl)