UITechnologyManagerProxy.ChildrenEnumeratorProxy (Constructor)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyManagerProxy.ChildrenEnumeratorProxy Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)