Share via


ShaderTypeInformation.Type Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the type for shader type information.

Definition

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

Property Value

System.Int16
Member of the ParameterType enumeration that represents the type of the object.

This property is read/write.