PropertyGroup.ICustomTypeDescriptor.GetPropertyOwner Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.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
JScript does not support explicit interface implementations.
private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 

Parameters

Return Value

Type: System.Object

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace