DevForce Help Reference
GetElementType Method (ConfigEditorAttribute)


The collection type whose element type is desired
Gets the element type of a collection annotated with the ConfigEditor attribute
Syntax
'Declaration
 
Public Shared Function GetElementType( _
   ByVal type As Type _
) As Type
'Usage
 
Dim type As Type
Dim value As Type
 
value = ConfigEditorAttribute.GetElementType(type)
public static Type GetElementType( 
   Type type
)

Parameters

type
The collection type whose element type is desired

Return Value

The type of the elements of the collection Null if the collection is not annotated or the type is not set
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigEditorAttribute Class
ConfigEditorAttribute Members

Send Feedback