DataViewBrowseObject.SetDefaultEvent (Método)

Establece el evento predeterminado para el 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 Sub SetDefaultEvent ( _
    value As EventDescriptor _
)
public void SetDefaultEvent(
    EventDescriptor value
)
public:
void SetDefaultEvent(
    EventDescriptor^ value
)
member SetDefaultEvent : 
        value:EventDescriptor -> unit 
public function SetDefaultEvent(
    value : EventDescriptor
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

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