Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties
Per una descrizione di questo membro, vedere GetProperties.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Private Function GetProperties As PropertyDescriptorCollection
Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection
private override GetProperties : unit -> PropertyDescriptorCollection
JScript non supporta le implementazioni esplicite dell'interfaccia.
Valore restituito
Tipo: PropertyDescriptorCollection
Restituisce le proprietà per questa istanza di un componente.
Implementa
ICustomTypeDescriptor.GetProperties
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