Visavi Visual OPC .NET  

BrowseItemsForm.SelectedItems Property

Gets the items that the user has selected with the BrowseItemsForm dialog.

[Visual Basic]
Public Property SelectedItems As String()

[C#]
public string[] SelectedItems {get;}

[C++]
public: __property String* get_SelectedItems();

[JScript]
public function get SelectedItems() : String[];

Property Value

Gets an array of String items that represent the OPC Item IDs that the user has selected with the BrowseItemsForm dialog.

Remarks

This property is set when the dialog is closed. The property will be empty any time prior to the closing of the dialog.

Requirements

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

BrowseItemsForm Class | BrowseItemsForm Members | Visavi.Opc.Client.Forms Namespace