Condividi tramite


Metodo DataConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner

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

Spazio dei nomi:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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 definito.

Valore restituito

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

Implementa

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Note

Questo metodo fornisce un'implementazione del 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