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.Find

[To be supplied.]

[Visual Basic]
Public Function Find( _
   ByVal property As PropertyDescriptor, _
   ByVal key As Object, _
   ByVal keepIndex As Boolean _
) As Integer
[C#]
public int Find(
   PropertyDescriptor property,
   object key,
   bool keepIndex
);
[C++]
public: int Find(
   PropertyDescriptor* property,
   Object* key,
   bool keepIndex
);
[JScript]
public function Find(
   property : PropertyDescriptor,
   key : Object,
   keepIndex : Boolean
) : int;

Parameters

property
[To be supplied.]
key
[To be supplied.]
keepIndex
[To be supplied.]

See Also

ListManager Class | ListManager Members | System.WinForms Namespace