- pd
- A System.ComponentModel.PropertyDescriptor that represents the property whose owner is to be found.
Visual Basic (Declaration) | |
---|---|
Public Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEditableObject Dim pd As PropertyDescriptor Dim value As Object value = instance.GetPropertyOwner(pd) |
C# | |
---|---|
public object GetPropertyOwner( PropertyDescriptor pd ) |
C++/CLI | |
---|---|
public: Object^ GetPropertyOwner( PropertyDescriptor^ pd ) |
Parameters
- pd
- A System.ComponentModel.PropertyDescriptor that represents the property whose owner is to be found.
Return Value
An System.Object that represents the owner of the specified property.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7