共用方式為


DataConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner 方法

擷取包含指定的屬性描述項所描述之屬性的物件。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
Object ICustomTypeDescriptor.GetPropertyOwner(
    PropertyDescriptor pd
)
private:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner
private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
JScript 不支援明確介面實作。

參數

傳回值

型別:System.Object
傳回表示指定之屬性的擁有者的 Object

實作

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

備註

這個方法 GetPropertyOwner 提供方法的實作。如需詳細資訊 .NET Framework 在類別庫中看到 GetPropertyOwner(System.ComponentModel.PropertyDescriptor) 方法。

.NET Framework 安全性

請參閱

參考

DataConnectionProperties 類別

Microsoft.VisualStudio.Data 命名空間