Share via


ShaderConstantInformation.RegisterCount Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of registers.

Definition

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

Property Value

System.Int16
Integer that represents the number of registers to set or retrieve.

This property is read/write.