DataViewBrowseObject.GetDefaultProperty (Método)

Recupera la propiedad predeterminada del objeto actual de examen.

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

Sintaxis

'Declaración
Public Overridable Function GetDefaultProperty As PropertyDescriptor
public virtual PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty()
abstract GetDefaultProperty : unit -> PropertyDescriptor 
override GetDefaultProperty : unit -> PropertyDescriptor 
public function GetDefaultProperty() : PropertyDescriptor

Valor devuelto

Tipo: System.ComponentModel.PropertyDescriptor
Devuelve la propiedad predeterminada del objeto actual de examen, o nullreferencia null (Nothing en Visual Basic) si no hay propiedades.

Implementaciones

ICustomTypeDescriptor.GetDefaultProperty()

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)