ParameterDescription.Type Property (Microsoft.DirectX.Direct3D)
Retrieves the parameter type, which is one of the values in the ParameterType enumeration.
Definition
Visual Basic Public ReadOnly Property Type As ParameterType C# public ParameterType Type { get; } C++ public:
property ParameterType Type {
ParameterType get();
}JScript public function get Type() : ParameterType
Property Value
Microsoft.DirectX.Direct3D.ParameterType
Value of the ParameterType enumeration to retrieve.This property is read-only.