GetItems Method

Converts the specified Cascading Style Sheets (CSS) collection into an System.Array of values.

Syntax

Visual Basic Overrides  Protected  Function 
GetItems( ByVal oColl As object ) As object
C# protected   override  object 
GetItems(object oColl );
Managed C++ protected:  object 
GetItems(object oColl );
JScript protected   override function
GetItems(oColl : object );

Parameters

oColl Required. The CSS collection to edit.

Return Value

An System.Array of values.

Applies To

CssCollectionEditor

See Also

Internet Explorer WebControls