ShaderTypeInformation.StructMembers Property

Language:

Retrieves or sets the number of structure members.

Definition

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

Property Value

System.Int16
Integer that represents the number of structure members.

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