Compartilhar via


Método DataViewBrowseObject.SetDefaultProperty

Defina a propriedade padrão para a atual para o objeto.

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

Sintaxe

'Declaração
Public Sub SetDefaultProperty ( _
    value As PropertyDescriptor _
)
public void SetDefaultProperty(
    PropertyDescriptor value
)
public:
void SetDefaultProperty(
    PropertyDescriptor^ value
)
member SetDefaultProperty : 
        value:PropertyDescriptor -> unit 
public function SetDefaultProperty(
    value : PropertyDescriptor
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Namespace Microsoft.VisualStudio.Data.Framework