Share via


SPDataSourceViewResultItem.ICustomTypeDescriptor.GetPropertyOwner method

Returns an object that contains the property described by the specified property descriptor.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function GetPropertyOwner ( _
    descriptor As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
'Usage
Dim instance As SPDataSourceViewResultItem
Dim descriptor As PropertyDescriptor
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetPropertyOwner(descriptor)
ObjectICustomTypeDescriptor.GetPropertyOwner(
    PropertyDescriptor descriptor
)

Parameters

Return value

Type: System.Object
An object that represents the owner of the specified property.

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace