Metodo DataConnectionProperties.ICustomTypeDescriptor.GetProperties
Recupera le proprietà per l'istanza specificata di un componente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
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
Una raccolta PropertyDescriptorCollection che rappresenta le proprietà per l'istanza del componente.
Implementa
ICustomTypeDescriptor.GetProperties
Note
Questo metodo fornisce un'implementazione di metodo GetProperties. Per ulteriori informazioni, vedere il metodo GetProperties nella libreria di classi .NET Framework.
È possibile restituire Empty se nessuna proprietà è specificata. Questo metodo non deve mai restituire nullriferimento null (Nothing in Visual Basic).
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.