Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty

Recupera a propriedade padrão para o objeto especificado.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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 não oferece suporte a implementações explícitas da interface.

Valor de retorno

Tipo: System.ComponentModel.PropertyDescriptor
PropertyDescriptor que representam a propriedade padrão para esse objeto, ou nulluma referência nula (Nothing no Visual Basic) se este objeto não tem propriedades.

Implementações

ICustomTypeDescriptor.GetDefaultProperty()

Comentários

Esse método oferece uma implementação do método de GetDefaultProperty .Para obter mais informações, consulte o método de GetDefaultProperty na biblioteca de classes do .NET Framework.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet