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!

ITypedList.GetItemProperties

[To be supplied.]

[Visual Basic]
Function GetItemProperties( _
   ByVal listAccessors() As PropertyDescriptor _
) As PropertyDescriptorCollection
[C#]
PropertyDescriptorCollection GetItemProperties(
   PropertyDescriptor[] listAccessors
);
[C++]
PropertyDescriptorCollection* GetItemProperties(
   PropertyDescriptor* listAccessors[]
) = 0;
[JScript]
function GetItemProperties(
   listAccessors : PropertyDescriptor[]
) : PropertyDescriptorCollection;

Parameters

listAccessors
[To be supplied.]

See Also

ITypedList Interface | ITypedList Members | System.Data Namespace