LocalizableProperties.GetPropertyOwner Method

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

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

Microsoft.VisualStudio.Package Namespace