LocalizableProperties.GetPropertyOwner Method
Returns this object.
Namespace: Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
'Usage
Dim instance As LocalizableProperties
Dim pd As PropertyDescriptor
Dim returnValue As Object
returnValue = instance.GetPropertyOwner(pd)
public Object GetPropertyOwner(
PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
) sealed
public final function GetPropertyOwner(
pd : PropertyDescriptor
) : Object
abstract GetPropertyOwner :
pd:PropertyDescriptor -> Object
override GetPropertyOwner :
pd:PropertyDescriptor -> Object
Parameters
- pd
Type: System.ComponentModel.PropertyDescriptor
The property descriptor
Return Value
Type: System.Object
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.
See Also
Reference
Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities Namespace