Compartir a través de


DataObjectEventArgs.TypeName (Propiedad)

Obtiene el nombre del tipo de objeto de datos.

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

Sintaxis

'Declaración
Public ReadOnly Property TypeName As String
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
member TypeName : string with get
function get TypeName () : String

Valor de propiedad

Tipo: String
Un valor de String que representa el nombre del tipo de objeto de datos.

Seguridad de .NET Framework

Vea también

Referencia

DataObjectEventArgs Clase

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