DeviceObjectInstance.CollectionNumber Property (Microsoft.DirectX.DirectInput)

The Human Interface Device (TermHid) link collection to which the object belongs.

Definition

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

Property Value

System.Int16

This property is read/write.