CreateCollectionItemType Method
Retrieves a value that indicates the data type that this collection contains.
Syntax
Visual Basic Overrides Protected Function
CreateCollectionItemType( ) As TypeC# protected override Type
CreateCollectionItemType( );Managed C++ protected: Type
CreateCollectionItemType( );JScript protected override function
CreateCollectionItemType( );
Return Value
The data type that this collection contains.
Applies To
CssCollectionEditor
See Also