SqlScriptEditorControl.MultiServerPropertiesDisplay.GetPropertyOwner Method

Definition

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

public:
 virtual System::Object ^ GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd);
public object GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
abstract member GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Public Function GetPropertyOwner (pd As PropertyDescriptor) As Object

Parameters

pd
PropertyDescriptor

A PropertyDescriptor object that represents the descriptor for the property.

Returns

A Object that represents the owner of the specified property.

Implements

Applies to