Share via


SPDataSourceViewResultItem.ICustomTypeDescriptor.GetProperties method

Returns the properties exposed by the result item that this object is providing ICustomTypeDescriptor services for.

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
A [PropertyDescriptorCollection] that represents the properties for this component instance.

Implements

ICustomTypeDescriptor.GetProperties()

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

GetProperties overload

Microsoft.SharePoint.WebControls namespace