UITechnologyManagerProxy.ChildrenEnumeratorProxy Constructor

Definition

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

Applies to