AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner Method

For a description of this member, see GetPropertyOwner.

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

Syntax

'Declaration
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
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
Returns an object that contains the property described by the specified property descriptor.

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Remarks

This member is an explicit interface member implementation. It can be used only when the ConnectionStringBuilder is cast to an ICustomTypeDescriptor interface.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace