Condividi tramite


Proprietà VertexBuffer.Description

Aggiornamento: novembre 2007

Recupera una descrizione della risorsa vertex buffer.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Description As VertexBufferDescription
'Utilizzo
Dim instance As VertexBuffer
Dim value As VertexBufferDescription

value = instance.Description
public VertexBufferDescription Description { get; }
public:
property VertexBufferDescription Description {
    VertexBufferDescription get ();
}
public function get Description () : VertexBufferDescription

Valore proprietà

Tipo: Microsoft.WindowsMobile.DirectX.Direct3D.VertexBufferDescription

Struttura VertexBufferDescription che descrive il vertex buffer restituito.

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

VertexBuffer Classe

Membri VertexBuffer

Spazio dei nomi Microsoft.WindowsMobile.DirectX.Direct3D