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!

ListSelector.Remove

[To be supplied.]

[Visual Basic]
Public Sub Remove( _
   ByVal Index As Integer _
)
[C#]
public void Remove(
   int Index
);
[C++]
public: void Remove(
   int Index
);
[JScript]
public function Remove(
   Index : int
);

Parameters

Index
[To be supplied.]

See Also

ListSelector Class | ListSelector Members | System.Configuration.Interceptors Namespace