Gets the owner of the specified property.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
'使用
Dim instance As LocalizableProperties
Dim pd As PropertyDescriptor
Dim returnValue As Object
returnValue = instance.GetPropertyOwner(pd)
public virtual Object GetPropertyOwner(
PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
)
public function GetPropertyOwner(
pd : PropertyDescriptor
) : Object
Parameters
Return Value
Type: System.Object
The current instance of LocalizableProperties.
Implements
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
Permissions
- 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.