Public Property Get NewEnum() As IUnknown
    'this property allows you to enumerate
    'this collection with the For...Each syntax
    Set NewEnum = col.[_NewEnum]
End Property

相关文章:

  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2021-10-05
  • 2021-07-12
  • 2021-10-01
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2021-12-10
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案