Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Overridable Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
public virtual Object GetPropertyOwner(
PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
)
abstract GetPropertyOwner :
pd:PropertyDescriptor -> Object
override GetPropertyOwner :
pd:PropertyDescriptor -> Object
public function GetPropertyOwner(
pd : PropertyDescriptor
) : Object
Parameters
- pd
Type: System.ComponentModel.PropertyDescriptor
A PropertyDescriptor object whose owner is to be found.
Return Value
Type: System.Object
Returns an object that contains the property described by the specified property descriptor.
Implements
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.