| Visual Basic (Declaration) | |
|---|---|
Public Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object GetPropertyOwner( PropertyDescriptor pd ) | |
Parameters
- pd
A property descriptor that represents the property whose owner is to be found.