DBProProjectOrDbSchemaFileReferenceNodeExtender.GetPropertyOwner Method
Returns this object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
'Usage
Dim instance As DBProProjectOrDbSchemaFileReferenceNodeExtender
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
DBProProjectOrDbSchemaFileReferenceNodeExtender Class
DBProProjectOrDbSchemaFileReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace