Condividi tramite


Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty

Recupera la proprietà predefinita per l'oggetto specificato.

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

Sintassi

'Dichiarazione
Private Function GetDefaultProperty As PropertyDescriptor 
    Implements ICustomTypeDescriptor.GetDefaultProperty
PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
private:
virtual PropertyDescriptor^ GetDefaultProperty() sealed = ICustomTypeDescriptor::GetDefaultProperty
private abstract GetDefaultProperty : unit -> PropertyDescriptor  
private override GetDefaultProperty : unit -> PropertyDescriptor
JScript non supporta le implementazioni esplicite dell'interfaccia.

Valore restituito

Tipo: PropertyDescriptor
Restituisce PropertyDescriptor che rappresenta la proprietà predefinita per questo oggetto, o restituisce nullriferimento null (Nothing in Visual Basic) se questo oggetto non presenta proprietà.

Implementa

ICustomTypeDescriptor.GetDefaultProperty

Note

Questo metodo fornisce un'implementazione di metodo GetDefaultProperty. Per ulteriori informazioni vedere il metodo GetDefaultProperty nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet