Share via


DataViewBrowseObject.GetPropertyOwner Method

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

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object
public virtual Object GetPropertyOwner(
    PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
)
abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object  
override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
public function GetPropertyOwner(
    pd : PropertyDescriptor
) : Object

Parameters

Return Value

Type: System.Object
Returns an object that contains the property described by the specified property descriptor.

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace