VertexBufferDescription.Type Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a member of the ResourceType enumeration that identifies the current resource as a vertex buffer.

Definition

Visual Basic Public Property Type As ResourceType
C# public ResourceType Type { get; set; }
C++ public:
property ResourceType Type {
        ResourceType get();
        void set(ResourceType value);
}
JScript public function get Type() : ResourceType
public function set Type(ResourceType);

Property Value

Microsoft.DirectX.Direct3D.ResourceType
Value of the ResourceType enumeration to set or retrieve.

This property is read/write.