Repository.Control.GetAllXfmeaControlsDictionary: Difference between revisions
Jump to navigation
Jump to search
Alex Ulanov (talk | contribs) (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== *…') |
Alex Ulanov (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Syntax== | == Syntax== | ||
*GetAllXfmeaControlsDictionary() {{APIPrefix|As}} Dictionary(Of Integer, | *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)