Share via


ShaderStructMemberInformation.TypeInformation Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the offset of the string that contains the type information.

Definition

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

Property Value

System.Int32
Integer that represents the offset of the type information string.

This property is read/write.