Condividi tramite


Metodo DataConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner

Recupera un oggetto che contiene la proprietà descritta dal descrittore di proprietà specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.

Parametri

  • pd
    Tipo: PropertyDescriptor

    PropertyDescriptor che rappresenta la proprietà del proprietario deve essere in inglese).

Valore restituito

Tipo: Object
Object che rappresenta il proprietario della proprietà specificata.

Implementa

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Note

Questo metodo fornisce un'implementazione di metodo GetPropertyOwner. Per ulteriori informazioni, vedere il metodo GetPropertyOwner(System.ComponentModel.PropertyDescriptor) nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework