ShaderTypeInformation.Type Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center