Condividi tramite


Proprietà AdapterDetails.DriverName

Aggiornamento: novembre 2007

Ottiene una stringa che contiene il nome della periferica per un'interfaccia GDI (Graphics Device Interface).

Spazio dei nomi:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DriverName As String
'Utilizzo
Dim instance As AdapterDetails
Dim value As String

value = instance.DriverName
public string DriverName { get; }
public:
property String^ DriverName {
    String^ get ();
}
public function get DriverName () : String

Valore proprietà

Tipo: System.String

Nome della periferica.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5, 2.0

Vedere anche

Riferimenti

AdapterDetails Struttura

Membri AdapterDetails

Spazio dei nomi Microsoft.WindowsMobile.DirectX.Direct3D