Required property for collections. Returns a name indexed by ItemSpecifier. The name will be a
OPC Data Access Automation Specification2.02
listBox.Add
SomeName
Next I
’ 2
nd
method for getting all names
For I = 1 To AnOPCServerBrowser.Count
SomeName = AnOPCServerBrowser( I )
listBox.Add
SomeName
Next I
’ 3
rd
method for getting all names
For Each SomeName In browser
listBox.Add
SomeName
Next SomeName
Do'stlaringiz bilan baham: