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!

ListItem Constructor (String, String[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal subItems() As String _
)
[C#]
public ListItem(
   string text,
   string[] subItems
);
[C++]
public: ListItem(
   String* text,
   String* subItems[]
);
[JScript]
public function ListItem(
   text : String,
   subItems : String[]
);

Parameters

text
[To be supplied.]
subItems
[To be supplied.]

See Also

ListItem Class | ListItem Members | System.WinForms Namespace | ListItem Constructor Overload List