UITechnologyManagerProxy.ChildrenEnumeratorProxy Constructor
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Sub New ( _
technologyManager As UITechnologyManagerProxy, _
innerEnumerator As IEnumerator _
)
public ChildrenEnumeratorProxy(
UITechnologyManagerProxy technologyManager,
IEnumerator innerEnumerator
)
public:
ChildrenEnumeratorProxy(
UITechnologyManagerProxy^ technologyManager,
IEnumerator^ innerEnumerator
)
new :
technologyManager:UITechnologyManagerProxy *
innerEnumerator:IEnumerator -> ChildrenEnumeratorProxy
public function UITechnologyManagerProxy.ChildrenEnumeratorProxy(
technologyManager : UITechnologyManagerProxy,
innerEnumerator : IEnumerator
)
Parameters
- technologyManager
Type: Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy
- innerEnumerator
Type: IEnumerator
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.