ConstantDescription.ParameterType Property

Language:

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. 

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