←Select platform

GetPropertyOwner Method

Summary

Returns an object that contains the property described by the specified property descriptor.

Syntax

C#
VB
C++
public object GetPropertyOwner( 
   PropertyDescriptor pd 
) 
Public Function GetPropertyOwner( _ 
   ByVal pd As PropertyDescriptor _ 
) As Object 
public: 
Object^ GetPropertyOwner(  
   PropertyDescriptor^ pd 
)  

Parameters

pd
A PropertyDescriptor that represents the property whose owner is to be found.

Return Value

An Object that represents the owner of the specified property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly