IPropertyDescriptorFactoryGetItemProperties Method  | 
 
            Creates a new propertydescriptorcollection using the specialized methods of the types stored INSIDE the type specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxPropertyDescriptorCollection GetItemProperties(
	Type typeOfCollection
)
Function GetItemProperties ( 
	typeOfCollection As Type
) As PropertyDescriptorCollection
Parameters
- typeOfCollection
 - Type: SystemType
type which contains other types which properties we're interested in. 
Return Value
Type: 
PropertyDescriptorCollectionfilled propertydescriptorcollection of type inside the type specified.
See Also