Condividi tramite


Proprietà DataObjectEventArgs.TypeName

Ottiene il nome del tipo di oggetto dati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: String
Un valore String che rappresenta il nome del tipo di oggetto dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataObjectEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Services