Costruttore UITechnologyManagerProxy.ChildrenEnumeratorProxy
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- technologyManager
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy
- innerEnumerator
Tipo: IEnumerator
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.