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 Constructor

Creates a new CollectionInfo for the specified type.

[Visual Basic]
Public Sub New( _
   ByVal type As Type _
)
[C#]
public CollectionInfo(
   Type type
);
[C++]
public: CollectionInfo(
   Type* type
);
[JScript]
public function CollectionInfo(
   type : Type
);

Parameters

type
Class for the collection that you want information for.

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace