Share via


ConstantDescription.RegisterCount Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of registers that contain data.

Definition

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

Property Value

System.Int32
An Int32Leave Site object that indicates the number of registers that contain data.

This property is read/write.