ConstantDescription.RegisterSet Property

Language:

Retrieves or sets the constant data type.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.RegisterSet
A RegisterSet instance that indicates the constant data type.

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