UITechnologyManagerProxy.ChildrenEnumeratorProxy Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ChildrenEnumeratorProxy(Microsoft::VisualStudio::TestTools::UITesting::UITechnologyManagerProxy ^ technologyManager, System::Collections::IEnumerator ^ innerEnumerator);
public ChildrenEnumeratorProxy (Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy technologyManager, System.Collections.IEnumerator innerEnumerator);
new Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy.ChildrenEnumeratorProxy : Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy * System.Collections.IEnumerator -> Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy.ChildrenEnumeratorProxy
Public Sub New (technologyManager As UITechnologyManagerProxy, innerEnumerator As IEnumerator)
Parameters
- technologyManager
- UITechnologyManagerProxy
- innerEnumerator
- IEnumerator