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!

ListManager.GetItemProperties

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overridable Protected Function GetItemProperties(ObjectList) As PropertyDescriptorCollection
[C#] protected virtual PropertyDescriptorCollection GetItemProperties(ObjectList);
[C++] protected: virtual PropertyDescriptorCollection* GetItemProperties(ObjectList*);
[JScript] protected function GetItemProperties(ObjectList) : PropertyDescriptorCollection;

[To be supplied.]

[Visual Basic] Overloads Overridable Public Function GetItemProperties() As PropertyDescriptorCollection
[C#] public virtual PropertyDescriptorCollection GetItemProperties();
[C++] public: virtual PropertyDescriptorCollection* GetItemProperties();
[JScript] public function GetItemProperties() : PropertyDescriptorCollection;

See Also

ListManager Class | ListManager Members | System.WinForms Namespace