SPDataSourceViewResultItem.ICustomTypeDescriptor.GetProperties Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetProperties As PropertyDescriptorCollection
Implements ICustomTypeDescriptor.GetProperties
'Usage
Dim instance As SPDataSourceViewResultItem
Dim returnValue As PropertyDescriptorCollection
returnValue = CType(instance, ICustomTypeDescriptor).GetProperties()
PropertyDescriptorCollectionICustomTypeDescriptor.GetProperties()
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
Implements
ICustomTypeDescriptor.GetProperties()
See Also
Reference
SPDataSourceViewResultItem Class