Resource.Type Property (Microsoft.DirectX.Direct3D)

Retrieves the type of a resource.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.ResourceType
Returns the ResourceType that identifies the type of the resource.

This property is read-only. 

Applies To

BaseTexture, IndexBuffer, Surface, VertexBuffer