Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner
Per una descrizione di questo membro, vedere GetPropertyOwner.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
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: PropertyDescriptorOggetto PropertyDescriptor che rappresenta la proprietà di cui deve essere individuato il proprietario.
Valore restituito
Tipo: Object
Restituisce un oggetto contenente la proprietà descritta dal descrittore di proprietà specificato.
Implementa
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
Note
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast della classe ConnectionStringBuilder su un'interfaccia ICustomTypeDescriptor.
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.
Vedere anche
Riferimenti
AdoDotNetConnectionProperties Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet