Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner
Recupera un oggetto che contiene la proprietà descritta dal descrittore di proprietà specificato.
Spazio dei nomi: Microsoft.VisualStudio.Data.AdoDotNet
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: PropertyDescriptorPropertyDescriptor che rappresenta la proprietà del proprietario deve essere in inglese).
Valore restituito
Tipo: Object
Restituisce 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 nella libreria di classi .NET Framework.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.