RasCollection(TObject).ClearItems Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Clears the items in the collection.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
protected virtual void ClearItems()
Visual Basic
Protected Overridable Sub ClearItems
Visual C++
protected:
virtual void ClearItems()
F#
abstract ClearItems : unit -> unit 
override ClearItems : unit -> unit 

See Also