ParameterDescription.StructMembers Property (Microsoft.DirectX.Direct3D)
Retrieves the number of structure members.
Definition
Visual Basic Public ReadOnly Property StructMembers As Integer C# public int StructMembers { get; } C++ public:
property int StructMembers {
int get();
}JScript public function get StructMembers() : int
Property Value
System.Int32
Integer that represents the number of structure members.This property is read-only.