Condividi tramite


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

Vedere anche

Riferimenti

DataConnectionProperties Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Data.Framework