Share via


DataSource.ICustomTypeDescriptor.GetPropertyOwner Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
‘사용 방법
Dim instance As DataSource
Dim pd As PropertyDescriptor
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetPropertyOwner(pd)
Object ICustomTypeDescriptor.GetPropertyOwner(
    PropertyDescriptor pd
)
private:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner
private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Object

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

.NET Framework Security

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace