SPDataSourceViewResultItem.ICustomTypeDescriptor.GetPropertyOwner Method
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
- descriptor
Type: System.ComponentModel.PropertyDescriptor
Return Value
Type: System.Object
Implements
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
See Also
Reference
SPDataSourceViewResultItem Class