Share via


ICustomTypeDescriptor.GetPropertyOwner Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
'Usage
Dim instance As PropertyGroup
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Object

Implements

ICustomTypeDescriptor..::..GetPropertyOwner(PropertyDescriptor)

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace