Compartir a través de


DataConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty (Método)

Recupera la propiedad predeterminada para el objeto especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Valor devuelto

Tipo: PropertyDescriptor
Devuelve PropertyDescriptor que representa la propiedad predeterminada para este objeto, o devuelve nullreferencia null (Nothing en Visual Basic) si este objeto no tiene propiedades.

Implementaciones

ICustomTypeDescriptor.GetDefaultProperty

Comentarios

Este método proporciona una implementación del método de GetDefaultProperty . Para obtener más información vea el método de GetDefaultProperty en la biblioteca de clases de .NET Framework .

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

Microsoft.VisualStudio.Data (Espacio de nombres)