GetPropertyOwner Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
'Usage
Dim instance As AgnosticDatabaseConfigurationExtender
Dim pd As PropertyDescriptor
Dim returnValue As Object
returnValue = instance.GetPropertyOwner(pd)
public Object GetPropertyOwner(
PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
) sealed
abstract GetPropertyOwner :
pd:PropertyDescriptor -> Object
override GetPropertyOwner :
pd:PropertyDescriptor -> Object
public final function GetPropertyOwner(
pd : PropertyDescriptor
) : Object
Parameters
Return Value
Type: System..::..Object
Implements
ICustomTypeDescriptor..::..GetPropertyOwner(PropertyDescriptor)
See Also
Reference
AgnosticDatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace