Share via


ShaderVariableInformation.WriteInformation Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the write information for the variable.

Definition

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

Property Value

System.Int32
Integer that represents the offset of the write information.

This property is read/write.