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

'宣言
Public Overridable Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object
'使用
Dim instance As DataViewBrowseObject
Dim pd As PropertyDescriptor
Dim returnValue As Object

returnValue = instance.GetPropertyOwner(pd)
public virtual Object GetPropertyOwner(
    PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
)
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)

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace