Share via


ConstantDescription.ParameterType Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the parameter type of the constant.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.ParameterType
A ParameterType instance that indicates the parameter type of the constant.

This property is read/write.