NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CollectionInfo Class

Generic CollectionInfo class. This class allows for easy access via reflection to any Collection class. You should alway check if the feature is supported. Some feature may be simulated. For example, a collection that does support the "Items" property, may support "Count" and "ItemAt", from which, the CollectionInfo can simulate the "Items" property.

Object
   CollectionInfo

[Visual Basic]
Public Class CollectionInfo
[C#]
public class CollectionInfo
[C++]
public __gc class CollectionInfo
[JScript]
public class CollectionInfo

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms.ComponentModel

Assembly: System.WinForms.dll

See Also

CollectionInfo Members | System.WinForms.ComponentModel Namespace