Repository.Control.GetAllXfmeaControlsDictionary

From ReliaWiki
Revision as of 20:30, 26 June 2015 by 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== *…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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)