TemplateParameterProperties.System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner Method

Namespace: Microsoft.Expression.Encoder.Plugins.Templates
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Private Function System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
'Usage
Dim instance As TemplateParameterProperties
Dim pd As PropertyDescriptor
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetPropertyOwner(pd)
Object ICustomTypeDescriptor.GetPropertyOwner (
    PropertyDescriptor pd
)
private:
virtual Object^ System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner (
    PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TemplateParameterProperties Class
TemplateParameterProperties Members
Microsoft.Expression.Encoder.Plugins.Templates Namespace