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 edit summary
Line 3: Line 3:


== Syntax==
== Syntax==
*GetAllXfmeaControlsDictionary() {{APIPrefix|As}} Dictionary(Of Integer, [[cXfmeaControl Class|cXfmeaControl]])
*GetAllXfmeaControlsDictionary() {{APIPrefix|As}} Dictionary(Of Integer, cXfmeaControl)

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)