Share via


Semantic.UsageIndex Property (Microsoft.DirectX.Direct3D)

Retrieves or sets options that modify how usage is interpreted.

Definition

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

Property Value

System.Int32
Integer that represents the usage index value to set or retrieve.

This property is read/write.